mirror of
https://github.com/rofl0r/proxychains-ng
synced 2025-01-06 21:02:55 +08:00
allocator_thread.c: whitespace cleanup
This commit is contained in:
parent
dbec605e2c
commit
9f17774b99
@ -116,9 +116,9 @@ static ip_type4 ip_from_internal_list(char* name, size_t len) {
|
||||
|
||||
internal_ips->list[internal_ips->counter] = new_mem;
|
||||
internal_ips->list[internal_ips->counter]->hash = hash;
|
||||
|
||||
|
||||
new_mem = dumpstring((char*) name, len + 1);
|
||||
|
||||
|
||||
if(!new_mem) {
|
||||
internal_ips->list[internal_ips->counter] = 0;
|
||||
goto oom;
|
||||
@ -131,7 +131,7 @@ static ip_type4 ip_from_internal_list(char* name, size_t len) {
|
||||
|
||||
return res;
|
||||
err_plus_unlock:
|
||||
|
||||
|
||||
PDEBUG("return err\n");
|
||||
return ip_type_invalid.addr.v4;
|
||||
}
|
||||
@ -244,7 +244,7 @@ static void* threadfunc(void* x) {
|
||||
(void) x;
|
||||
int ret;
|
||||
struct at_msghdr msg;
|
||||
union {
|
||||
union {
|
||||
char host[MSG_LEN_MAX];
|
||||
ip_type4 ip;
|
||||
} readbuf;
|
||||
|
Loading…
Reference in New Issue
Block a user