mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 13:47:13 +01:00
Re-add comment line from cmsg branch
This commit is contained in:
@@ -78,6 +78,8 @@ int zmq::msg_t::init_data (void *data_, size_t size_, msg_free_fn *ffn_,
|
|||||||
// If data is NULL and size is not 0, a segfault
|
// If data is NULL and size is not 0, a segfault
|
||||||
// would occur once the data is accessed
|
// would occur once the data is accessed
|
||||||
assert (data_ != NULL || size_ == 0);
|
assert (data_ != NULL || size_ == 0);
|
||||||
|
|
||||||
|
// Initialize constant message if there's no need to deallocate
|
||||||
if(ffn_ == NULL) {
|
if(ffn_ == NULL) {
|
||||||
u.cmsg.type = type_cmsg;
|
u.cmsg.type = type_cmsg;
|
||||||
u.cmsg.flags = 0;
|
u.cmsg.flags = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user