core/rdesktop/rdesktop-tcp.patch

12 lines
182 B
Diff
Raw Normal View History

--- 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)
{