Rename parse_properties to parse_metadata

This commit is contained in:
Martin Hurton
2013-06-23 08:52:27 +02:00
parent ec943ac5de
commit b12be41736
6 changed files with 15 additions and 13 deletions

View File

@@ -441,8 +441,8 @@ int zmq::curve_server_t::process_initiate (msg_t *msg_)
}
}
return parse_properties (initiate_plaintext + crypto_box_ZEROBYTES + 96,
clen - crypto_box_ZEROBYTES - 96);
return parse_metadata (initiate_plaintext + crypto_box_ZEROBYTES + 96,
clen - crypto_box_ZEROBYTES - 96);
}
int zmq::curve_server_t::ready_msg (msg_t *msg_)