mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 10:59:45 +00:00
wldap32: Don't handle NULL attrs twice.
This commit is contained in:
parent
34282fb518
commit
12ad28acfe
@ -342,7 +342,6 @@ ULONG ldap_add_ext_sW( WLDAP32_LDAP *ld, PWCHAR dn, LDAPModW *attrs[],
|
||||
serverctrls, clientctrls );
|
||||
|
||||
if (!ld) return WLDAP32_LDAP_PARAM_ERROR;
|
||||
if (!attrs) return LDAP_PROTOCOL_ERROR;
|
||||
|
||||
if (dn) {
|
||||
dnU = strWtoU( dn );
|
||||
|
Loading…
x
Reference in New Issue
Block a user