diff --git a/lib/gssapi/gss-token.c b/lib/gssapi/gss-token.c index e8c2224d9..542d43646 100644 --- a/lib/gssapi/gss-token.c +++ b/lib/gssapi/gss-token.c @@ -241,6 +241,7 @@ write_and_free_token(gss_buffer_t out, int negotiate) ret = 1; goto bail; } + ret = 0; printf("%s%s\n", negotiate?"Negotiate ":"", outstr); free(outstr); p += inc;