diff src/toc.c @ 285:a8971e3704f6

[gaim-migrate @ 295] Commited a fix for the No Configuration problem. This was a TOC/GAIM conflict. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Wed, 31 May 2000 17:58:54 +0000
parents 14fc16f579c8
children a88b889b692b
line wrap: on
line diff
--- a/src/toc.c	Wed May 31 04:06:51 2000 +0000
+++ b/src/toc.c	Wed May 31 17:58:54 2000 +0000
@@ -792,11 +792,14 @@
         res = wait_reply(buf, sizeof(buf));
 	if (res < 0)
 		return NULL;
+/* Apparently, the toc_config is optional.  *VERY* Optional 
 	if (state != STATE_CONFIG) {
         sprintf(debug_buff , "State should be %d, but is %d instead\n",STATE_CONFIG, state);
 		debug_print(debug_buff);
+ 
 		return NULL;
 	}
+*/
 	/* At this point, it's time to setup automatic handling of incoming packets */
         state = STATE_ONLINE;
 #ifdef _WIN32