From fdfa2adcb1f6771c1c2d45dd65f48b299d2b712b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 11 Jan 2005 02:18:42 +0000 Subject: r4667: Don't follow a NULL pointer for an idle event handler. Fix up some header comments. Andrew Bartlett (This used to be commit 62005a3924e2af52c7173098b0b38eca14e03609) --- source4/smbd/service.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source4/smbd/service.h') diff --git a/source4/smbd/service.h b/source4/smbd/service.h index 5bb43a74fa..20bf6e9b8f 100644 --- a/source4/smbd/service.h +++ b/source4/smbd/service.h @@ -47,13 +47,11 @@ struct server_service_ops { /* function to accept new connection */ void (*accept_connection)(struct server_connection *); - /* function to accept new connection */ void (*recv_handler)(struct server_connection *, struct timeval, uint16_t); - /* function to accept new connection */ void (*send_handler)(struct server_connection *, struct timeval, uint16_t); - /* function to accept new connection */ + /* function to be called when the server is idle */ void (*idle_handler)(struct server_connection *, struct timeval); /* function to close a connection */ -- cgit