diff options
Diffstat (limited to 'source/net_common.c')
-rw-r--r-- | source/net_common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/net_common.c b/source/net_common.c index 328c298..e81a9b5 100644 --- a/source/net_common.c +++ b/source/net_common.c @@ -571,7 +571,9 @@ neterr_t NET_GetPacket( netsrc_t sock ) { case EHOSTUNREACH: case EHOSTDOWN: case ECONNREFUSED: +#ifdef ENONET case ENONET: +#endif //Com_DPrintf( "%s: %s from %s\n", __func__, // NET_ErrorString(), NET_AdrToString( &net_from ) ); if( !net_ignore_icmp->integer ) { |