--- fetchmail-5.9.7/gssapi.c Wed Feb 13 01:59:49 2002 +++ fetchmail-5.9.7p1/gssapi.c Wed Feb 13 02:00:17 2002 @@ -121,7 +121,7 @@ } request_buf.length = from64tobits(buf2, buf1 + 2, sizeof(buf2)); if (request_buf.length == -1) /* in case of bad data */ - request_buf.length = 0 + request_buf.length = 0; request_buf.value = buf2; sec_token = &request_buf; } @@ -135,7 +135,7 @@ request_buf.length = from64tobits(buf2, buf1 + 2, sizeof(buf2)); if (request_buf.length == -1) /* in case of bad data */ - request_buf.length = 0 + request_buf.length = 0; request_buf.value = buf2; maj_stat = gss_unwrap(&min_stat, context,