diff options
author | Pablo Panero <pablo.panero@cern.ch> | 2017-07-14 13:20:21 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2017-11-16 01:21:43 +0100 |
commit | d97d486d53ce214ae952378308292f333b8c7a36 (patch) | |
tree | 41519a9f244c066e2fe1c412200aa54af8b364e9 | |
parent | 5062b78740285b16a9d37ead23c8d6baa3db8ac4 (diff) |
Issue 15 fix. PR
-rw-r--r-- | src/conf.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 } |