diff options
Diffstat (limited to 'src/net_common.c')
-rw-r--r-- | src/net_common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net_common.c b/src/net_common.c index 8ade312..82ea687 100644 --- a/src/net_common.c +++ b/src/net_common.c @@ -671,8 +671,8 @@ retry: goto retry; } } -#endif net_error = saved_error; +#endif Com_DPrintf( "%s: %s from %s\n", __func__, NET_ErrorString(), NET_AdrToString( &net_from ) ); net_recv_errors++; @@ -831,8 +831,8 @@ retry: goto retry; } } -#endif net_error = saved_error; +#endif Com_DPrintf( "%s: %s to %s\n", __func__, NET_ErrorString(), NET_AdrToString( to ) ); net_send_errors++; |