Skip to content

Commit

Permalink
remove double keyexpr declaration in publisher (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
p-avital authored Sep 13, 2023
1 parent b6ead1f commit 3e366a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/net/primitives.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ _z_publisher_t *_z_declare_publisher(_z_session_t *zn, _z_keyexpr_t keyexpr, z_c
ret->_id = _z_get_entity_id(zn);
ret->_congestion_control = congestion_control;
ret->_priority = priority;

// Build the declare message to send on the wire
_z_declare_resource(zn, keyexpr);
}

return ret;
Expand Down
2 changes: 1 addition & 1 deletion zenohpico.pc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ prefix=/usr/local
Name: zenohpico
Description:
URL:
Version: 0.10.20230911dev
Version: 0.10.20230913dev
Cflags: -I${prefix}/
Libs: -L${prefix}/ -lzenohpico

0 comments on commit 3e366a5

Please sign in to comment.