diff src/aim.c @ 253:5b28ef2b550e

[gaim-migrate @ 263] A few things happened in this update: - Commented out the libfaim deny/permit list stuff because it's seriously buggy - Added Socks v4 support - improved proxy support for things like getting users' info - i think that's it committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 23 May 2000 05:26:30 +0000
parents f3b61c04f44e
children 59f1748b09a6
line wrap: on
line diff
--- a/src/aim.c	Mon May 22 23:58:03 2000 +0000
+++ b/src/aim.c	Tue May 23 05:26:30 2000 +0000
@@ -157,6 +157,8 @@
 	if (running) return;
 	running = TRUE;
 
+	/* libfaim FIXME : serv_login only starts the process. it's not over
+	 * after serv_login gets called */
         if (serv_login(username, password) < 0) {
 		running = FALSE;
                 return;