diff svr-agentfwd.c @ 604:810dfc792ca9

Compile fix for when both client and server agent forwarding is disabled
author Matt Johnston <matt@ucc.asn.au>
date Mon, 28 Feb 2011 13:39:18 +0000
parents a98a2138364a
children 81def6b732c7
line wrap: on
line diff
--- a/svr-agentfwd.c	Sun Feb 27 13:57:32 2011 +0000
+++ b/svr-agentfwd.c	Mon Feb 28 13:39:18 2011 +0000
@@ -27,7 +27,7 @@
 
 #include "includes.h"
 
-#ifndef DISABLE_AGENTFWD
+#ifdef ENABLE_SVR_AGENTFWD
 
 #include "agentfwd.h"
 #include "session.h"