mirror of
https://github.com/postgres/postgres.git
synced 2025-06-03 00:02:26 -04:00
Fixed a missed change from Carsten Heyl <heyl@nads.de>
This commit is contained in:
parent
de466eb8f4
commit
3dc0c8e4e5
@ -10,7 +10,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.10 1996/10/04 20:32:07 scrappy Exp $
|
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.11 1996/10/07 07:18:34 scrappy Exp $
|
||||||
*
|
*
|
||||||
* NOTES
|
* NOTES
|
||||||
*
|
*
|
||||||
@ -541,7 +541,7 @@ ServerLoop(void)
|
|||||||
}
|
}
|
||||||
FD_CLR(port->sock, &basemask);
|
FD_CLR(port->sock, &basemask);
|
||||||
StreamClose(port->sock);
|
StreamClose(port->sock);
|
||||||
next = DLGetPred(curr);
|
next = DLGetSucc(curr);
|
||||||
DLRemove(curr);
|
DLRemove(curr);
|
||||||
DLFreeElem(curr);
|
DLFreeElem(curr);
|
||||||
curr = next;
|
curr = next;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user