Commit 40b88a5c by Michael Pastushkov

x

parent 084689f2
......@@ -376,7 +376,7 @@ int use(void)
if (options.log > 1)
printf("my address %s:%d\tpid: %d\n", inet_ntoa(client_addr.sin_addr), ntohs(client_addr.sin_port), getpid());
} else {
if (compare_clients(rc.my_addr, client_addr)) {
if (!compare_clients(rc.my_addr, client_addr)) {
if (options.log > 1)
printf("ignore %s:%d\tpid: %d\n", inet_ntoa(client_addr.sin_addr), ntohs(client_addr.sin_port), getpid());
continue; // not our business
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment