mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-14 02:59:02 +08:00
12 lines
182 B
Diff
12 lines
182 B
Diff
--- a/rdesktop/trunk/tcp.c
|
|
+++ b/rdesktop/trunk/tcp.c
|
|
@@ -193,7 +193,7 @@
|
|
int rcvd = 0, ssl_err;
|
|
|
|
if (g_network_error == True)
|
|
- return;
|
|
+ return NULL;
|
|
|
|
if (s == NULL)
|
|
{
|