ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.36,1.37


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.36,1.37
Date: Fri, 31 Jan 2003 02:22:37 -0500

Update of /cvsroot/ayttm/ayttm/modules/yahoo2
In directory subversions:/tmp/cvs-serv2782/modules/yahoo2

Modified Files:
        yahoo.c 
Log Message:
don't allow login when already connecting

Index: yahoo.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/yahoo.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- yahoo.c     30 Jan 2003 08:23:19 -0000      1.36
+++ yahoo.c     31 Jan 2003 07:22:35 -0000      1.37
@@ -1553,6 +1553,10 @@
 {
        eb_yahoo_local_account_data *ylad = ela->protocol_local_account_data;
        
+       /* don't allow double connects */
+       if(ela->connecting)
+               return;
+
        ela->connecting = 1;
 
        LOG(("eb_yahoo_login_with_state"));





reply via email to

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