diff options
author | Tim Potter <tpot@samba.org> | 2002-08-27 19:43:19 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-08-27 19:43:19 +0000 |
commit | 4896421e30c15fa9d313c319e23275bb48e333fc (patch) | |
tree | b23a8047e14d68da90b07433fa298b2d4c355732 /source3 | |
parent | c3d707b0882044816e7626b291fccdc56df33848 (diff) | |
download | samba-4896421e30c15fa9d313c319e23275bb48e333fc.tar.gz samba-4896421e30c15fa9d313c319e23275bb48e333fc.tar.bz2 samba-4896421e30c15fa9d313c319e23275bb48e333fc.zip |
Fix typo in debug.
(This used to be commit 86433a3492a3b70a051257940ae28ada8788a650)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nsswitch/winbindd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index 256c0203c0..a3ffd1424b 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -628,7 +628,7 @@ static void process_loop(int accept_sock) if (state->read_buf_len >= sizeof(uint32) && *(uint32 *) &state->request != sizeof(state->request)) { - DEBUG(0,("process_loop: Invalid request size (%d) send, should be (%d)\n", + DEBUG(0,("process_loop: Invalid request size (%d) sent, should be (%d)\n", *(uint32 *) &state->request, sizeof(state->request))); remove_client(state); |