Skip to content

Commit

Permalink
removed norm_engine dependency on deprecated encoder_base::has_data()…
Browse files Browse the repository at this point in the history
… method
  • Loading branch information
bebopagogo committed Mar 19, 2014
1 parent 0a97e05 commit cd9755e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/norm_engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ int zmq::norm_engine_t::init(const char* network_, bool send, bool recv)
// Parse the "network_" address int "iface", "addr", and "port"
// norm endpoint format: [id,][<iface>;]<addr>:<port>
// First, look for optional local NormNodeId
// (default NORM_NODE_ANY causes NORM to use host IP addr for NormNodeId)
NormNodeId localId = NORM_NODE_ANY;
const char* ifacePtr = strchr(network_, ',');
if (NULL != ifacePtr)
Expand Down

0 comments on commit cd9755e

Please sign in to comment.