mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Fixed typo in fix for typo in debug. (-:
(This used to be commit 7c64e5f148
)
This commit is contained in:
parent
466781a71f
commit
839bcee0b4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user