Issue 15 fix. PR

This commit is contained in:
Pablo Panero 2017-07-14 13:20:21 +02:00 committed by Michael Adam
parent 5062b78740
commit d97d486d53

View File

@ -883,10 +883,6 @@ static HANDLE_FUNC (handle_bind)
log_message (LOG_INFO,
"Outgoing connections bound to IP %s", conf->bind_address);
return 0;
#else
fprintf (stderr,
"\"Bind\" cannot be used with transparent support enabled.\n");
return 1;
#endif
}