I'm tired of needing to go first to offline mode when login fail so then 
retry to set online...
Probably this is wrong but well... its a  step... (any locking i need to 
do?)
At least. the typo fix is not wrong :^) 
CC me. im not i the list

Index: icqd-threads.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/icqd-threads.cpp,v
retrieving revision 1.14
diff -u -1 -b -p -r1.14 icqd-threads.cpp
--- icqd-threads.cpp    12 Dec 2001 04:02:05 -0000      1.14
+++ icqd-threads.cpp    18 Mar 2002 21:19:07 -0000
@@ -53,3 +53,4 @@ void *ProcessRunningEvent_Server_tep(voi
     {
-        gLog.Info("%sConnecting to login server failed, failing event", 
L_SRVxSTR);
+        gLog.Info("%sConnecting to login server failed, failing event\n", 
L_SRVxSTR);
+        d->m_bLoggingOn=0;
       if (d->DoneEvent(e, EVENT_ERROR) != NULL) d->ProcessDoneEvent(e);

_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to