8000 fixed it here too... · s-monk/postgres@df73854 · GitHub
[go: up one dir, main page]

Skip to content

Commit df73854

Browse files
committed
fixed it here too...
1 parent bf3473c commit df73854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/postmaster/postmaster.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.3.2.3 1996/10/04 20:33:18 scrappy Exp $
13+
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.3.2.4 1996/10/07 07:19:38 scrappy Exp $
1414
*
1515
* NOTES
1616
*
@@ -541,7 +541,7 @@ ServerLoop()
541541
}
542542
FD_CLR(port->sock, &basemask);
543543
StreamClose(port->sock);
544-
next = DLGetPred(curr);
544+
next = DLGetSucc(curr);
545545
DLRemove(curr);
546546
DLFreeElem(curr);
547547
curr = next;

0 commit comments

Comments
 (0)
0