mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 04:17:57 +01:00
Rename parse_properties to parse_metadata
This commit is contained in:
@@ -99,7 +99,7 @@ int zmq::null_mechanism_t::process_handshake_message (msg_t *msg_)
|
||||
ptr += 8;
|
||||
bytes_left -= 8;
|
||||
|
||||
int rc = parse_properties (ptr, bytes_left);
|
||||
int rc = parse_metadata (ptr, bytes_left);
|
||||
if (rc == 0) {
|
||||
int rc = msg_->close ();
|
||||
errno_assert (rc == 0);
|
||||
|
||||
Reference in New Issue
Block a user