summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPablo Panero <pablo.panero@cern.ch>2017-07-14 13:20:21 +0200
committerMichael Adam <obnox@samba.org>2017-11-16 01:21:43 +0100
commitd97d486d53ce214ae952378308292f333b8c7a36 (patch)
tree41519a9f244c066e2fe1c412200aa54af8b364e9
parent5062b78740285b16a9d37ead23c8d6baa3db8ac4 (diff)
Issue 15 fix. PR
-rw-r--r--src/conf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/conf.c b/src/conf.c
index c003627..d568dfb 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -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
}