changeset 1861:7ec37e31e5eb

[gaim-migrate @ 1871] this is not an "official" fix committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 19 May 2001 17:57:49 +0000
parents 91a74da87252
children fd60aa357882
files plugins/icq/udphandle.c
diffstat 1 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/icq/udphandle.c	Sat May 19 04:16:01 2001 +0000
+++ b/plugins/icq/udphandle.c	Sat May 19 17:57:49 2001 +0000
@@ -1,7 +1,10 @@
 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /*
-$Id: udphandle.c 1508 2001-02-22 23:07:34Z warmenhoven $
+$Id: udphandle.c 1871 2001-05-19 17:57:49Z warmenhoven $
 $Log$
+Revision 1.5  2001/05/19 17:57:49  warmenhoven
+this is not an "official" fix
+
 Revision 1.4  2001/02/22 23:07:34  warmenhoven
 updating icqlib
 
@@ -838,15 +841,15 @@
         break;
       case UDP_SRV_WRONG_PASSWORD:
         icq_FmtLog(link, ICQ_LOG_ERROR, "Wrong password\n");
+        icq_UDPAck(link, seq);
         if(link->icq_WrongPassword)
           (*link->icq_WrongPassword)(link);
-        icq_UDPAck(link, seq);
         break;
       case UDP_SRV_INVALID_UIN:
         icq_FmtLog(link, ICQ_LOG_WARNING, "Invalid UIN\n");
+        icq_UDPAck(link, seq);
         if(link->icq_InvalidUIN)
           (*link->icq_InvalidUIN)(link);
-        icq_UDPAck(link, seq);
         break;
       case UDP_SRV_META_USER:
         icq_HandleMetaUserInfo(link, p);