From: Kurt Zeilenga Date: Fri, 7 Feb 2003 18:29:28 +0000 (+0000) Subject: fix typo in comment X-Git-Tag: OPENLDAP_REL_ENG_2_1_13~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=626e7bb9c58155e0e99a7c8f1c5521de7fda5cea;p=thirdparty%2Fopenldap.git fix typo in comment --- diff --git a/servers/slapd/back-null/null.c b/servers/slapd/back-null/null.c index 8d81277852..85c671d540 100644 --- a/servers/slapd/back-null/null.c +++ b/servers/slapd/back-null/null.c @@ -31,7 +31,7 @@ null_back_bind( struct null_info *ni = (struct null_info *) be->be_private; if( ni->bind_allowed ) - /* front end with send result on success (0) */ + /* front end will send result on success (0) */ return 0; send_ldap_result( conn, op, LDAP_INVALID_CREDENTIALS, NULL, NULL, NULL, NULL );