]> jfr.im git - irc/ircd-hybrid/bopm.git/commitdiff
scan.c: Uncommented CISCO from scan table as efnet reports it is working
authorstrtok <redacted>
Mon, 29 Apr 2002 05:57:08 +0000 (05:57 +0000)
committerstrtok <redacted>
Mon, 29 Apr 2002 05:57:08 +0000 (05:57 +0000)
        properly

scan.c

diff --git a/scan.c b/scan.c
index bdc00ebb4bbfebe959141bf408c768837371292b..c09a641a0eded3acc1c8726645f3bfecd0b1b6d0 100644 (file)
--- a/scan.c
+++ b/scan.c
@@ -87,7 +87,7 @@ protocol_hash SCAN_PROTOCOLS[] = {
        {"HTTP"      ,   80, &(scan_w_squid),    0 ,0 },
        {"Socks4"    , 1080, &(scan_w_socks4),   0 ,0 },
        {"Socks5"    , 1080, &(scan_w_socks5),   0 ,0 },
-/*     {"Cisco"     ,   23, &(scan_w_cisco),    0 ,0 },    */
+       {"Cisco"     ,   23, &(scan_w_cisco),    0 ,0 },    
        {"Wingate"   ,   23, &(scan_w_wingate),  0 ,0 },
 };