From d97d486d53ce214ae952378308292f333b8c7a36 Mon Sep 17 00:00:00 2001 From: Pablo Panero Date: Fri, 14 Jul 2017 13:20:21 +0200 Subject: [PATCH] Issue 15 fix. PR --- src/conf.c | 4 ---- 1 file changed, 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 }