Coverity error, uninit'd rc

This commit is contained in:
Howard Chu 2007-02-13 11:13:14 +00:00
parent 3eb81978f3
commit 8db4bd2cc9

View File

@ -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;
}