aboutsummaryrefslogtreecommitdiffstats
path: root/gssapi.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-03-09 04:33:24 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-03-09 04:33:24 +0000
commitd4cc1c13476283d4d497b9eda3246449605bcf27 (patch)
tree014b6a645a532ad1b33b0624e1e3ae19fa7e1247 /gssapi.c
parent59600d8b6d22683c2b5cd79ee7bfe31596d038b2 (diff)
downloadfetchmail-d4cc1c13476283d4d497b9eda3246449605bcf27.tar.gz
fetchmail-d4cc1c13476283d4d497b9eda3246449605bcf27.tar.bz2
fetchmail-d4cc1c13476283d4d497b9eda3246449605bcf27.zip
Debian patch merge.
svn path=/trunk/; revision=3585
Diffstat (limited to 'gssapi.c')
-rw-r--r--gssapi.c4
1 files changed, 2 insertions, 2 deletions
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,