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:
parent
73d25f6f78
commit
b4449b6b27
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user