1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r18167: Adding DEBUG() to winbinds refresh seqnum to track down a failure.

Guenther
(This used to be commit 8bf197ee16)
This commit is contained in:
Günther Deschner 2006-09-06 12:21:13 +00:00 committed by Gerald (Jerry) Carter
parent 73d25f6f78
commit b4449b6b27

View File

@ -444,6 +444,7 @@ static void refresh_sequence_number(struct winbindd_domain *domain, BOOL force)
status = domain->backend->sequence_number(domain, &domain->sequence_number);
if (!NT_STATUS_IS_OK(status)) {
DEBUG(10,("refresh_sequence_number: failed with %s\n", nt_errstr(status)));
domain->sequence_number = DOM_SEQUENCE_NONE;
}