Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2cb7c5b

Browse files
committed
Disable X connection close in ODBC until solution is found.
1 parent4ea081e commit2cb7c5b

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+
#ifdefDOES_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)

[8]ページ先頭

©2009-2025 Movatter.jp