mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-19 18:03:50 +00:00
Problem: static analysis warning about ifdef typo
Solution: fix it
This commit is contained in:
parent
2d1bb07f8d
commit
624c142365
@ -255,7 +255,7 @@ zmq::fd_t zmq::tipc_connecter_t::connect ()
|
|||||||
// Following code should handle both Berkeley-derived socket
|
// Following code should handle both Berkeley-derived socket
|
||||||
// implementations and Solaris.
|
// implementations and Solaris.
|
||||||
int err = 0;
|
int err = 0;
|
||||||
#if ZMQ_HAVE_VXWORKS
|
#ifdef ZMQ_HAVE_VXWORKS
|
||||||
int len = sizeof (err);
|
int len = sizeof (err);
|
||||||
#else
|
#else
|
||||||
socklen_t len = sizeof (err);
|
socklen_t len = sizeof (err);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user