From: Marc G. Fournier Date: Mon, 7 Oct 1996 07:19:38 +0000 (+0000) Subject: fixed it here too... X-Git-Tag: PG95-1_09~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df738547d7d82e692e73aba72bd362956e0638e3;p=postgresql fixed it here too... --- diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c index e4beb41ab4..ef33d2fd13 100644 --- a/src/backend/postmaster/postmaster.c +++ b/src/backend/postmaster/postmaster.c @@ -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;