mirror of
https://github.com/JsBergbau/BindToInterface.git
synced 2025-09-14 14:38:00 -04:00
Update bindToInterface.c
This commit is contained in:
parent
ba03ce7d85
commit
9efe46c658
@ -140,7 +140,7 @@ int connect(int sockfd, const struct sockaddr *addr, socklen_t addrlen)
|
||||
}
|
||||
|
||||
if(!(source_ip_env != NULL && strlen(source_ip_env) > 0) && !(bind_addr_env != NULL && strlen(bind_addr_env) > 0)){
|
||||
printf("Warning: Programm with LD_PRELOAD startet, but BIND_INTERFACE environment variable not set\n");
|
||||
printf("Warning: Programm with LD_PRELOAD started, but BIND_INTERFACE environment variable not set\n");
|
||||
fprintf(stderr, "Warning: Programm with LD_PRELOAD startet, but BIND_INTERFACE environment variable not set\n");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user