Skip to content
Snippets Groups Projects
Commit 875ae02d authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

ITS#8001 fix ldap_sync_initialize

parent 1911f9b3
No related branches found
No related tags found
No related merge requests found
......@@ -64,10 +64,8 @@ ldap_sync_initialize( ldap_sync_t *ls_in )
if ( ls == NULL ) {
return NULL;
}
} else {
memset( ls, 0, sizeof( ldap_sync_t ) );
}
memset( ls, 0, sizeof( ldap_sync_t ) );
ls->ls_scope = LDAP_SCOPE_SUBTREE;
ls->ls_timeout = -1;
......
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