mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
s3: fix a typo in winbind_client_response_written
This commit is contained in:
parent
6800fdbb81
commit
658dc77446
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user