1
0
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:
Volker Lendecke 2010-04-01 12:54:31 +02:00
parent 6800fdbb81
commit 658dc77446

View File

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