wrowe 2002/07/15 00:12:26
Modified: network_io/unix sockopt.c
Log:
Thanks for the test build, sander
Revision Changes Path
1.55 +1 -0 apr/network_io/unix/sockopt.c
Index: sockopt.c
===================================================================
RCS file: /home/cvs/apr/network_io/unix/sockopt.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- sockopt.c 15 Jul 2002 06:12:28 -0000 1.54
+++ sockopt.c 15 Jul 2002 07:12:26 -0000 1.55
@@ -143,6 +143,7 @@
}
sock->timeout = t;
apr_set_option(&sock->netmask, APR_SO_TIMEOUT, t);
+ return APR_SUCCESS;
}