mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2025-09-10 04:12:47 +00:00
cleanup debug code and remove warnings
This commit is contained in:
@ -223,7 +223,7 @@ static inline void get_chain_data(
|
||||
continue;
|
||||
|
||||
if(pd[count].ip.as_int && port_n &&
|
||||
(int) pd[count].ip.as_int != (uint32_t) -1)
|
||||
pd[count].ip.as_int != (uint32_t) -1)
|
||||
if(++count==MAX_CHAIN)
|
||||
break;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user