summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-12-06 04:23:06 +0000
committerTim Potter <tpot@samba.org>2001-12-06 04:23:06 +0000
commit839bcee0b47e997730c962b26507500ae80a9183 (patch)
treeb94cd93032ec0255950fab095fd3fb7ae1029aec
parent466781a71f2d6794260700527df47f23b03c2216 (diff)
downloadsamba-839bcee0b47e997730c962b26507500ae80a9183.tar.gz
samba-839bcee0b47e997730c962b26507500ae80a9183.tar.bz2
samba-839bcee0b47e997730c962b26507500ae80a9183.zip
Fixed typo in fix for typo in debug. (-:
(This used to be commit 7c64e5f1481e832767ae07e63d7d9d116131b331)
-rw-r--r--source3/nsswitch/winbindd_group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_group.c b/source3/nsswitch/winbindd_group.c
index 440f009366..7a7abb9a8c 100644
--- a/source3/nsswitch/winbindd_group.c
+++ b/source3/nsswitch/winbindd_group.c
@@ -176,7 +176,7 @@ static BOOL fill_grent_mem(struct winbindd_domain *domain,
*gr_mem_len = buf_len;
DEBUG(10, ("fill_grent_mem(): num_mem = %d, len = %d, mem = %s\n",
- *num_gr_mem, buf_len, num_gr_mem ? buf : "NULL"));
+ *num_gr_mem, buf_len, *num_gr_mem ? buf : "NULL"));
result = True;