]> git.sur5r.net Git - openldap/commitdiff
sasl_secprops: needs to return ""
authorKurt Zeilenga <kurt@openldap.org>
Thu, 21 Sep 2000 21:32:13 +0000 (21:32 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 21 Sep 2000 21:32:13 +0000 (21:32 +0000)
servers/slapd/tools/mimic.c

index b5d67cf9707c0cb340ab3dc6733ab118fa244e3b..b5ec03cf097f13b3134b0af45d420a5616aaf7e5 100644 (file)
@@ -148,7 +148,7 @@ int slap_sasl_destroy(void)
 
 char * slap_sasl_secprops( const char *in )
 {
-       return NULL;
+       return "";
 }