mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Coverity error, uninit'd rc
This commit is contained in:
parent
3eb81978f3
commit
8db4bd2cc9
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user