mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
passdb: Fix a DBG statement
This is not pdb_getsampwent() Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
753e271ec3
commit
2bea8a80e5
@ -613,7 +613,7 @@ static NTSTATUS tdbsam_getsampwnam (struct pdb_methods *my_methods,
|
||||
/* unpack the buffer */
|
||||
|
||||
if (!init_samu_from_buffer(user, SAMU_BUFFER_LATEST, data.dptr, data.dsize)) {
|
||||
DEBUG(0,("pdb_getsampwent: Bad struct samu entry returned from TDB!\n"));
|
||||
DBG_ERR("Bad struct samu entry returned from TDB!\n");
|
||||
TALLOC_FREE(data.dptr);
|
||||
return NT_STATUS_NO_MEMORY;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user