diff src/aim.c @ 270:cfa39d39dec6

[gaim-migrate @ 280] Fixed the 100% bug, but in doing so, broke permit/deny lists, so that got commented out (yet again). Gaim/Faim is now usable. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 26 May 2000 23:10:21 +0000
parents 59f1748b09a6
children 29e1669b006b
line wrap: on
line diff
--- a/src/aim.c	Fri May 26 00:59:58 2000 +0000
+++ b/src/aim.c	Fri May 26 23:10:21 2000 +0000
@@ -164,6 +164,10 @@
 #ifdef USE_OSCAR
 }
 
+void auth_failed() {
+	running = FALSE;
+}
+
 /* we need to do this for Oscar because serv_login only starts the login
  * process, it doesn't end there. gaim_setup will be called later from
  * oscar.c, after the buddy list is made and serv_finish_login is called */