pull/1/head
Nicholas Marriott 2009-05-19 08:48:49 +00:00
parent 72e464fa04
commit 0abd8ea84f
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $Id: server.c,v 1.143 2009-05-16 10:02:51 nicm Exp $ */ /* $Id: server.c,v 1.144 2009-05-19 08:48:49 nicm Exp $ */
/* /*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -1045,7 +1045,7 @@ server_second_timers(void)
/* Update socket execute permissions based on whether sessions are attached. */ /* Update socket execute permissions based on whether sessions are attached. */
int int
server_update_socket() server_update_socket(void)
{ {
struct session *s; struct session *s;
u_int i; u_int i;