]> git.sur5r.net Git - openldap/commitdiff
Fix typo in 1.97
authorHoward Chu <hyc@openldap.org>
Sat, 11 May 2002 19:24:04 +0000 (19:24 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 11 May 2002 19:24:04 +0000 (19:24 +0000)
servers/slapd/sasl.c

index a39474d03123b5bbf3e2d02ded6045ed41f144b8..f0151a0627c9daa44eb9380c89508ef84ac0f9a1 100644 (file)
@@ -633,7 +633,7 @@ slap_sasl_authorize(
        const char **errstr)
 {
        struct berval authcDN, authzDN;
-       int rc:
+       int rc;
        Connection *conn = context;
        char *realm;