src/protocols/toc/toc.c

changeset 2128
141188b2bdec
parent 2123
4cfdde0aa3f1
child 2130
bda8eb781932
equal deleted inserted replaced
2127:fa605a26b9ed 2128:141188b2bdec
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

mercurial