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.4,1.5


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.4,1.5
Date: Wed, 01 Jan 2003 17:43:52 -0500

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

Modified Files:
        msn.C 
Log Message:
forgot check 


Index: msn.C
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/msn2/msn.C,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- msn.C       1 Jan 2003 17:35:52 -0000       1.4
+++ msn.C       1 Jan 2003 22:43:50 -0000       1.5
@@ -510,7 +510,9 @@
                eb_debug(DBG_MOD, "msn conn closed !(no answer to fname 
set)\n");
                close_conn(conn);
                waiting_ans = 0; 
-               eb_msn_login(ela);
+               if (do_reconnect) {
+                       eb_msn_login(ela);
+               }
                return 1;
        }
        if(fname_pref[0]!='\0') {
@@ -521,7 +523,9 @@
                eb_debug(DBG_MOD, "conn closed... :(\n");
                close_conn(conn);
                waiting_ans = 0; 
-               eb_msn_login(ela);
+               if (do_reconnect) {
+                       eb_msn_login(ela);
+               }
                return 1;
        }
        return 1;




reply via email to

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