mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 05:29:43 +01:00
fixed up comments from pr
This commit is contained in:
committed by
Chris Busbey
parent
5441db3d7d
commit
87834dd63f
@@ -422,7 +422,7 @@ int zmq::options_t::setsockopt (int option_, const void *optval_,
|
||||
if (optvallen_ > 0 && optvallen_ < 256 && optval_ != NULL) {
|
||||
gss_service_principle.assign ((const char *) optval_, optvallen_);
|
||||
mechanism = ZMQ_GSSAPI;
|
||||
as_server = 1;
|
||||
as_server = 0;
|
||||
return 0;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user