Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2cb7c5b

Browse files
committed
Disable X connection close in ODBC until solution is found.
1 parent 4ea081e commit 2cb7c5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/interfaces/odbc/socket.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,10 @@ SOCK_Destructor(SocketClass * self)
7979
{
8080
if (!shutdown(self->socket, 2)) /* no sends or receives */
8181
{
82+
#ifdef DOES_NOT_WORK
8283
SOCK_put_char(self, 'X');
8384
SOCK_flush_output(self);
85+
#endif
8486
closesocket(self->socket);
8587
}
8688
}

0 commit comments

Comments
 (0)