1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r4605: Fix a confusing comment :-)

(This used to be commit fbd2a90bcd)
This commit is contained in:
Volker Lendecke 2005-01-09 01:14:26 +00:00 committed by Gerald (Jerry) Carter
parent c375b30ead
commit 3f89308b32

View File

@ -239,7 +239,7 @@ struct server_connection *server_setup_connection(struct event_context *ev,
srv_conn->socket = sock;
srv_conn->server_id = server_id;
/* create a smb server context and add it to out event
/* create a server context and add it to out event
handling */
server_socket->service->ops->accept_connection(srv_conn);