]> git.sur5r.net Git - openldap/commitdiff
fix typo in comment
authorKurt Zeilenga <kurt@openldap.org>
Fri, 7 Feb 2003 18:29:28 +0000 (18:29 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 7 Feb 2003 18:29:28 +0000 (18:29 +0000)
servers/slapd/back-null/null.c

index 8d8127785201b0e2a53d0be60826bc0e71511a7d..85c671d5404a71c3b26e821b2d6ad6fdaff7bb76 100644 (file)
@@ -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 );