summaryrefslogtreecommitdiff
path: root/svr-tcpfwd.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-12-22 15:37:50 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-12-22 15:37:50 +0000
commit706d0cbf66d0ac1096d2763379e70d106403bfb7 (patch)
tree445e655df5d10a7b9f405bbaf0355efb8a48cc47 /svr-tcpfwd.c
parentf2fecc0294c11ce99a0e9c5c41773b1e744e9e4c (diff)
downloaddropbear-706d0cbf66d0ac1096d2763379e70d106403bfb7.tar.gz
Rearrange preprocessor parts so that compilation with various options
disabled works OK.
Diffstat (limited to 'svr-tcpfwd.c')
-rw-r--r--svr-tcpfwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-tcpfwd.c b/svr-tcpfwd.c
index 7e2ee8b..68ceba5 100644
--- a/svr-tcpfwd.c
+++ b/svr-tcpfwd.c
@@ -33,7 +33,7 @@
#include "listener.h"
#include "runopts.h"
-#ifndef DISABLE_SVR_REMOTETCPFWD
+#ifdef ENABLE_SVR_REMOTETCPFWD
static void send_msg_request_success();
static void send_msg_request_failure();