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

Coverity error, uninit'd rc

parent 3eb81978
Branches
Tags
No related merge requests found
......@@ -697,6 +697,7 @@ ldap_sync_init( ldap_sync_t *ls, int mode )
ber == NULL ? "=" : "!" );
#endif /* LDAP_SYNC_TRACE */
if ( ber == NULL ) {
rc = LDAP_NO_MEMORY;
goto done;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment