fixed up comments from pr

This commit is contained in:
Chris Busbey
2013-11-21 12:46:23 -06:00
committed by Chris Busbey
parent 5441db3d7d
commit 87834dd63f
4 changed files with 31 additions and 13 deletions

View File

@@ -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;