--------------------- PatchSet 5304 Date: 2002/10/08 15:03:38 Author: rbcollins Branch: commloops Tag: (none) Log: fix 0.0.0.0 thing Members: src/comm.c:1.21.4.21->1.21.4.22 Index: squid/src/comm.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/comm.c,v retrieving revision 1.21.4.21 retrieving revision 1.21.4.22 diff -u -r1.21.4.21 -r1.21.4.22 --- squid/src/comm.c 6 Oct 2002 07:12:20 -0000 1.21.4.21 +++ squid/src/comm.c 8 Oct 2002 15:03:38 -0000 1.21.4.22 @@ -1,6 +1,6 @@ /* - * $Id: comm.c,v 1.21.4.21 2002/10/06 07:12:20 rbcollins Exp $ + * $Id: comm.c,v 1.21.4.22 2002/10/08 15:03:38 rbcollins Exp $ * * DEBUG: section 5 Socket Functions * AUTHOR: Harvest Derived @@ -216,6 +216,8 @@ cio->seqnum = CommCallbackSeqnum; cio->type = COMM_CB_ACCEPT; cio->newfd = newfd; + cio->pn = *pn; + cio->me = *me; /* Add it to the end of the list */ dlinkAddTail(cio, &(cio->h_node), &CommCallbackList);