Skip to content

Commit

Permalink
Merge branch 'eclipse-zenoh:master' into fix_compilation_error
Browse files Browse the repository at this point in the history
  • Loading branch information
clachan authored Jun 22, 2023
2 parents 7d06e5b + a2c72f5 commit 8b8715b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport/transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ int8_t _z_transport_unicast_open_peer(_z_transport_unicast_establish_param_t *pa
(void)(param);
(void)(zl);
(void)(local_zid);
int8_t ret = _Z_ERR_CONFIG_UNSUPPORTED_CLIENT_MULTICAST;
int8_t ret = _Z_ERR_CONFIG_UNSUPPORTED_PEER_UNICAST;

// @TODO: not implemented

Expand Down

0 comments on commit 8b8715b

Please sign in to comment.