]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorKurt Zeilenga <kurt@openldap.org>
Mon, 11 Feb 2002 18:18:34 +0000 (18:18 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 11 Feb 2002 18:18:34 +0000 (18:18 +0000)
libraries/libldap/cyrus.c

index 8981598ae0d90f36ba9e1cd8b668ddf4e5c7fd6a..562c87a3af7cfeed8bf327e359343253acf061a2 100644 (file)
@@ -650,7 +650,7 @@ ldap_int_sasl_bind(
                                (SASL_CONST char **)&ccred.bv_val,
                                &credlen );
 
-                       Debug( LDAP_DEBUG_TRACE, "sasl_client_start: %d\n",
+                       Debug( LDAP_DEBUG_TRACE, "sasl_client_step: %d\n",
                                saslrc, 0, 0 );
 
 #if SASL_VERSION_MAJOR >= 2