1
0
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:
Tim Potter 2001-12-06 04:23:06 +00:00
parent 466781a71f
commit 839bcee0b4

View 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;