Skip to content
Snippets Groups Projects
Commit 2b1210c7 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

More for ITS#6257

parent 403f6bba
No related branches found
No related tags found
No related merge requests found
......@@ -1035,7 +1035,7 @@ ldap_int_sasl_get_option( LDAP *ld, int option, void *arg )
return -1;
}
*(char **)arg = username;
*(char **)arg = username ? LDAP_STRDUP( username ) : NULL;
} break;
case LDAP_OPT_X_SASL_SECPROPS:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment