Add metadata to received messages

This commit is contained in:
Martin Hurton
2014-04-30 14:17:38 +02:00
parent 62bb403eea
commit b9c2748146
12 changed files with 145 additions and 8 deletions

View File

@@ -663,7 +663,7 @@ int zmq::curve_server_t::receive_and_process_zap_reply ()
// Process metadata frame
rc = parse_metadata (static_cast <const unsigned char*> (msg [6].data ()),
msg [6].size ());
msg [6].size (), true);
error:
for (int i = 0; i < 7; i++) {