From: Howard Chu Date: Thu, 27 Feb 2003 05:51:41 +0000 (+0000) Subject: Fix typo in KRBV4 handling X-Git-Tag: NO_SLAP_OP_BLOCKS~264 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=32a38866b7644d7858f46dad41b3f5676a25ef18;p=openldap Fix typo in KRBV4 handling --- diff --git a/clients/tools/common.c b/clients/tools/common.c index 2600d67a9e..864d9262d1 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -544,7 +544,7 @@ tool_args( int argc, char **argv ) #endif } else { #ifdef LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND - if ( authmethod = LDAP_AUTH_KRBV4 || authmethod == LDAP_AUTH_KRBV41 ) { + if ( authmethod == LDAP_AUTH_KRBV4 || authmethod == LDAP_AUTH_KRBV41 ) { fprintf( stderr, "%s: -k/-K incompatible with LDAPv%d\n", prog, protocol ); exit( EXIT_FAILURE );