mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
Disable X connection close in ODBC until solution is found.
This commit is contained in:
parent
4ea081e94f
commit
2cb7c5b24c
@ -79,8 +79,10 @@ SOCK_Destructor(SocketClass * self)
|
||||
{
|
||||
if (!shutdown(self->socket, 2)) /* no sends or receives */
|
||||
{
|
||||
#ifdef DOES_NOT_WORK
|
||||
SOCK_put_char(self, 'X');
|
||||
SOCK_flush_output(self);
|
||||
#endif
|
||||
closesocket(self->socket);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user