Fixed typo in fix for typo in debug. (-:
authorTim Potter <tpot@samba.org>
Thu, 6 Dec 2001 04:23:06 +0000 (04:23 +0000)
committerTim Potter <tpot@samba.org>
Thu, 6 Dec 2001 04:23:06 +0000 (04:23 +0000)
source/nsswitch/winbindd_group.c

index 440f0093669c848c50f356192b11cbd7cc831bc9..7a7abb9a8c95816ae061eaa678a78bda66d599c9 100644 (file)
@@ -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;