mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
Coverity error, uninit'd rc
This commit is contained in:
parent
3eb81978f3
commit
8db4bd2cc9
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue