gss-token: Fix exit code

This commit is contained in:
Nicolas Williams
2021-11-17 16:44:13 -06:00
parent 6415a2032e
commit 8ed48bc54d

View File

@@ -241,6 +241,7 @@ write_and_free_token(gss_buffer_t out, int negotiate)
ret = 1; ret = 1;
goto bail; goto bail;
} }
ret = 0;
printf("%s%s\n", negotiate?"Negotiate ":"", outstr); printf("%s%s\n", negotiate?"Negotiate ":"", outstr);
free(outstr); free(outstr);
p += inc; p += inc;