comparison src/protocols/toc/toc.c @ 2128:bc79be34eb73

[gaim-migrate @ 2138] this has bothered me for a while. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 06 Aug 2001 18:52:53 +0000
parents 56c4382f2909
children 50c7a704ee56
comparison
equal deleted inserted replaced
2127:c305a43d60c7 2128:bc79be34eb73
368 hide_login_progress(gc, _("Authentication Failed")); 368 hide_login_progress(gc, _("Authentication Failed"));
369 signoff(gc); 369 signoff(gc);
370 return; 370 return;
371 } 371 }
372 /* we're supposed to check that it's really TOC v1 here but we know it is ;) */ 372 /* we're supposed to check that it's really TOC v1 here but we know it is ;) */
373 debug_printf("TOC version: %s\n", buf + sizeof(struct sflap_hdr) + 4); 373 debug_printf("TOC version: %s\n", buf + sizeof(struct sflap_hdr) + 8);
374 374
375 /* we used to check for the CONFIG here, but we'll wait until we've sent our 375 /* we used to check for the CONFIG here, but we'll wait until we've sent our
376 * version of the config and then the toc_init_done message. we'll come back to 376 * version of the config and then the toc_init_done message. we'll come back to
377 * the callback in a better state if we get CONFIG anyway */ 377 * the callback in a better state if we get CONFIG anyway */
378 378