]> git.sur5r.net Git - openldap/commitdiff
Add missing return from rev 1.27
authorHoward Chu <hyc@openldap.org>
Fri, 2 Sep 2005 21:27:49 +0000 (21:27 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 2 Sep 2005 21:27:49 +0000 (21:27 +0000)
servers/slapd/overlays/ppolicy.c

index 03a19697f359940a0a85e4f0547f0e602c31996f..68175b72aea033483957255e311d02a6911113ce 100644 (file)
@@ -1764,6 +1764,7 @@ ppolicy_config(
                        return ( 1 );
                }
                pi->hash_passwords = 1;
+               return 0;
        }
        return SLAP_CONF_UNKNOWN;
 }