]> code.citadel.org Git - citadel.git/commitdiff
oops - forgot to disable my proxy hack for etting through my firewall
authorChilly <chilly@uncensored.citadel.org>
Thu, 5 Aug 1999 16:25:05 +0000 (16:25 +0000)
committerChilly <chilly@uncensored.citadel.org>
Thu, 5 Aug 1999 16:25:05 +0000 (16:25 +0000)
shaggy/net.java

index 192a4b283f25d1f0162251aa236aca6e5efbbc55..06a72fc035681e4f4a5fdf26a632662efd259bb7 100644 (file)
@@ -71,7 +71,7 @@ public class net implements Runnable {
     public void run() {
        String  server = citadel.me.server;
        int             port = citadel.me.port;
-       boolean         proxy = true;
+       boolean         proxy = false;
 
        done = false;
        try {