ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.27,1.28


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.27,1.28
Date: Wed, 15 Jan 2003 03:37:59 -0500

Update of /cvsroot/ayttm/ayttm/modules/msn2
In directory subversions:/tmp/cvs-serv31020/modules/msn2

Modified Files:
        msn.C 
Log Message:
don't check connection by default


Index: msn.C
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/msn2/msn.C,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- msn.C       14 Jan 2003 22:17:26 -0000      1.27
+++ msn.C       15 Jan 2003 08:37:56 -0000      1.28
@@ -143,8 +143,8 @@
 
 /* hack to check conn */
 static int waiting_ans = 0;
-static int do_check_connection = 1;
-static int do_reconnect = 1;
+static int do_check_connection = 0;
+static int do_reconnect = 0;
 
 static int do_mail_notify = 1;
 static int do_mail_notify_show = 1;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]