aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--gssapi.c4
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3d855172..bf882dcf 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@
* Renamed misnamed tr.po and da.po files
* Jakub Ulanowski's patch to fix SSL fingerprint handling.
* Matt Kraai's patch for supporting STLS over POP3.
+* French translation updated.
+* Debian fixes merged.
fetchmail-5.9.8 (Thu Feb 14 23:47:31 EST 2002), 21358 lines:
diff --git a/gssapi.c b/gssapi.c
index 8dfb5a69..2769ca46 100644
--- a/gssapi.c
+++ b/gssapi.c
@@ -121,7 +121,7 @@ int do_gssauth(int sock, char *command, char *hostname, char *username)
}
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 @@ int do_gssauth(int sock, char *command, char *hostname, char *username)
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,