aaron 01/11/26 08:34:36
Modified: network_io/unix sockets.c
Log:
Fix minor typo in last patch: the pool has a different name.
Revision Changes Path
1.90 +1 -1 apr/network_io/unix/sockets.c
Index: sockets.c
===================================================================
RCS file: /home/cvs/apr/network_io/unix/sockets.c,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- sockets.c 2001/11/26 15:53:37 1.89
+++ sockets.c 2001/11/26 16:34:36 1.90
@@ -225,7 +225,7 @@
pool for the accepted socket back to what it should be. Otherwise
all
allocations for this socket will come from a server pool that is not
freed until the process goes down.*/
- (*new)->local_addr->pool = p;
+ (*new)->local_addr->pool = connection_context;
/* fix up any pointers which are no longer valid */
if (sock->local_addr->sa.sin.sin_family == AF_INET) {