mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-23 16:48:08 +02:00
Problem: missing indentation for UDP branch
Solution: fix it
This commit is contained in:
@@ -902,7 +902,7 @@ int zmq::socket_base_t::connect (const char *addr_)
|
||||
}
|
||||
#endif
|
||||
|
||||
if (protocol == "udp") {
|
||||
if (protocol == "udp") {
|
||||
if (options.type != ZMQ_RADIO) {
|
||||
errno = ENOCOMPATPROTO;
|
||||
LIBZMQ_DELETE(paddr);
|
||||
@@ -916,7 +916,7 @@ if (protocol == "udp") {
|
||||
LIBZMQ_DELETE(paddr);
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// TBD - Should we check address for ZMQ_HAVE_NORM???
|
||||
|
||||
|
Reference in New Issue
Block a user