Skip to content
Snippets Groups Projects
Commit ae9e88a7 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#2509 add missing arg for dnNormalize

parent b7351c66
Branches
Tags
No related merge requests found
......@@ -269,7 +269,7 @@ pw2entry( Backend *be, struct passwd *pw, const char **text )
sprintf( vals[0].bv_val, "uid=%s,%s",
pw->pw_name, be->be_suffix[0].bv_val );
rc = dnNormalize( 0, NULL, NULL, vals, &bv );
rc = dnNormalize( 0, NULL, NULL, vals, &bv, NULL );
if( rc != LDAP_SUCCESS ) {
free( vals[0].bv_val );
return NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment