]> git.sur5r.net Git - openldap/commitdiff
Fix comment
authorKurt Zeilenga <kurt@openldap.org>
Tue, 25 Apr 2000 13:02:42 +0000 (13:02 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 25 Apr 2000 13:02:42 +0000 (13:02 +0000)
servers/slapd/starttls.c

index b464f56f2d28357a58d78e0161852bb123a56081..e6b5213b327bea0256c516805f0854ae25dc8218 100644 (file)
@@ -55,7 +55,7 @@ starttls_extop (
                || ctx == NULL)
        {
                if (default_referral != NULL) {
-                       /* caller will put the referral into the result */
+                       /* caller will put the referral in the result */
                        rc = LDAP_REFERRAL;
                        goto done;
                }