dgaudet 97/06/24 11:15:20
Modified: src http_main.c
Log:
Eliminate a compiler warning.
Revision Changes Path
1.160 +0 -1 apache/src/http_main.c
Index: http_main.c
===================================================================
RCS file: /export/home/cvs/apache/src/http_main.c,v
retrieving revision 1.159
retrieving revision 1.160
diff -C3 -r1.159 -r1.160
*** http_main.c 1997/06/24 00:32:31 1.159
--- http_main.c 1997/06/24 18:15:19 1.160
***************
*** 2338,2344 ****
void standalone_main(int argc, char **argv)
{
- struct sockaddr_in sa_server;
int remaining_children_to_start;
listen_rec *lr;
--- 2338,2343 ----