mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-17 19:25:55 +02:00
Fixed compile error if Kerberos installed
This commit is contained in:
@@ -52,7 +52,7 @@ int main (void)
|
||||
#endif
|
||||
|
||||
#if defined (HAVE_LIBGSSAPI_KRB5)
|
||||
assert (zmq_has ("gssapi");
|
||||
assert (zmq_has ("gssapi"));
|
||||
#else
|
||||
assert (!zmq_has ("gssapi"));
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user