diff options
author | Volker Lendecke <vl@samba.org> | 2010-04-01 12:54:31 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-04-01 12:56:54 +0200 |
commit | 658dc77446ce11e6454f64abea21edc2b5e405e6 (patch) | |
tree | 537e6f5e07e6282b4ee5646bf54320f9e7a248b4 /source3 | |
parent | 6800fdbb81130b79c2e077e9a7fcbe2d5e0813cb (diff) | |
download | samba-658dc77446ce11e6454f64abea21edc2b5e405e6.tar.gz samba-658dc77446ce11e6454f64abea21edc2b5e405e6.tar.bz2 samba-658dc77446ce11e6454f64abea21edc2b5e405e6.zip |
s3: fix a typo in winbind_client_response_written
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/winbindd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 86304e98c5..13cadffab8 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -743,8 +743,8 @@ static void winbind_client_response_written(struct tevent_req *req) return; } - DEBUG(10,("winbind_client_response_written[%d:%s]: deliverd response to client\n", - (int)state->pid, state->cmd_name)); + DEBUG(10,("winbind_client_response_written[%d:%s]: delivered response " + "to client\n", (int)state->pid, state->cmd_name)); TALLOC_FREE(state->mem_ctx); state->response = NULL; |