diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-03-07 21:28:07 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-03-07 21:28:07 +0000 |
commit | ed469f88ec318644a48ffe41a2f05a464f232ba9 (patch) | |
tree | cda83492ea784602b4b34658ad3587e1e2857c2c /gssapi.c | |
parent | 0a28551e11dffa7f1bab01975df20b442b60881e (diff) | |
download | fetchmail-ed469f88ec318644a48ffe41a2f05a464f232ba9.tar.gz fetchmail-ed469f88ec318644a48ffe41a2f05a464f232ba9.tar.bz2 fetchmail-ed469f88ec318644a48ffe41a2f05a464f232ba9.zip |
Fallback MDA.
svn path=/trunk/; revision=3222
Diffstat (limited to 'gssapi.c')
-rw-r--r-- | gssapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -177,7 +177,7 @@ int do_gssauth(int sock, char *command, char *hostname, char *username) to64frombits(buf1, send_token.value, send_token.length); suppress_tags = TRUE; - result = gen_transact(sock, buf1, strlen(buf)); + result = gen_transact(sock, buf1, strlen(buf1)); suppress_tags = FALSE; /* flush security context */ |