From 2bccb33214da277a8f658e4b4368af98cb58cabf Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Mon, 5 Jan 2009 19:52:01 +0000 Subject: [PATCH] fix label --- src/iodine.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/iodine.c b/src/iodine.c index 083f2e6..7bffdb5 100644 --- a/src/iodine.c +++ b/src/iodine.c @@ -631,7 +631,7 @@ perform_case_check: printf("No reply on case check, continuing\n"); switch_codec: if (!case_preserved) - goto set_downstream_fragment_size; + goto autodetect_max_fragsize; dataenc = get_base64_encoder(); printf("Switching to %s codec\n", dataenc->name); @@ -680,7 +680,6 @@ autodetect_max_fragsize: printf("Autoprobing max downstream fragment size...\n"); /* TODO */ } -set_downstream_fragment_size: printf("Setting downstream fragment size to max %d...\n", max_downstream_frag_size); for (i=0; running && i<5 ;i++) { tv.tv_sec = i + 1;