diff options
-rw-r--r-- | source4/smbd/service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/service.c b/source4/smbd/service.c index a15bf0105c..d55f1ab0d4 100644 --- a/source4/smbd/service.c +++ b/source4/smbd/service.c @@ -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); |