From b28371b9a4145d5d84d290a5fece40536838b7ed Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 1 Jun 2010 14:03:32 +0200 Subject: s3:idmap_tdb2: fix a debug message --- source3/winbindd/idmap_tdb2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd') diff --git a/source3/winbindd/idmap_tdb2.c b/source3/winbindd/idmap_tdb2.c index f39969d1f8..409ac6debe 100644 --- a/source3/winbindd/idmap_tdb2.c +++ b/source3/winbindd/idmap_tdb2.c @@ -289,7 +289,7 @@ static NTSTATUS idmap_tdb2_allocate_id(struct unixid *xid) if (NT_STATUS_IS_OK(status)) { xid->id = state.hwm; - DEBUG(10,("New %s = %d\n", hwmtype, hwm)); + DEBUG(10,("New %s = %d\n", hwmtype, state.hwm)); } else { DEBUG(1, ("Error allocating a new %s\n", hwmtype)); } -- cgit