mirror of
https://github.com/samba-team/samba.git
synced 2025-02-21 01:59:07 +03:00
If we fail, return an error code :-)
Volker
This commit is contained in:
parent
54000fc3b0
commit
a5218499eb
@ -2361,6 +2361,7 @@ static NTSTATUS ldapsam_delete_group_mapping_entry(struct pdb_methods *methods,
|
||||
|
||||
if (rc != LDAP_SUCCESS) {
|
||||
DEBUG(0, ("failed to delete group %s\n", sidstring));
|
||||
return NT_STATUS_UNSUCCESSFUL;
|
||||
}
|
||||
|
||||
DEBUG(2, ("successfully delete group mapping %s in LDAP\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user