fixed it here too...
authorMarc G. Fournier <scrappy@hub.org>
Mon, 7 Oct 1996 07:19:38 +0000 (07:19 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 7 Oct 1996 07:19:38 +0000 (07:19 +0000)
src/backend/postmaster/postmaster.c

index e4beb41ab499cab98d366d2b1e819949e3e4293f..ef33d2fd13cc3e81c3ccb3530d3f9d2ff00f44be 100644 (file)
@@ -10,7 +10,7 @@
  *
  *
  * IDENTIFICATION
- *    $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.3.2.3 1996/10/04 20:33:18 scrappy Exp $
+ *    $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.3.2.4 1996/10/07 07:19:38 scrappy Exp $
  *
  * NOTES
  *
@@ -541,7 +541,7 @@ ServerLoop()
                }
                FD_CLR(port->sock, &basemask);
                StreamClose(port->sock);
-               next = DLGetPred(curr);
+               next = DLGetSucc(curr);
                DLRemove(curr);
                DLFreeElem(curr);
                curr = next;