diff options
author | Matt Johnston <matt@ucc.asn.au> | 2011-02-28 13:39:18 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2011-02-28 13:39:18 +0000 |
commit | 53fc7eaf03d039dee4da8491856a77f31beb8854 (patch) | |
tree | 546c41c171319dacc1f40f060745c7070e87785e /options.h | |
parent | 3c42c5407cfef441dfa53b1797b41b9f66707f74 (diff) |
Compile fix for when both client and server agent forwarding is disabled
--HG--
extra : convert_revision : 8a608f0ed5e4b491dba4bf330e560636ec7376fd
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ much traffic. */ #define ENABLE_SVR_LOCALTCPFWD #define ENABLE_SVR_REMOTETCPFWD -/* Enable Authentication Agent Forwarding - server only for now */ +/* Enable Authentication Agent Forwarding */ #define ENABLE_SVR_AGENTFWD #define ENABLE_CLI_AGENTFWD |