make error message more unique

This commit is contained in:
Love Hornquist Astrand
2009-08-26 22:43:25 -07:00
parent 022e7d4319
commit ebb2e72c61

View File

@@ -378,7 +378,7 @@ wrapunwrap_iov(gss_ctx_id_t cctx, gss_ctx_id_t sctx, int flags, gss_OID mechoid)
&output, &conf_state2, &qop_state);
if (maj_stat != GSS_S_COMPLETE)
errx(1, "gss_unwrap failed: %s",
errx(1, "gss_unwrap from gss_wrap_iow failed: %s",
gssapi_err(maj_stat, min_stat, mechoid));
gss_release_buffer(&min_stat, &output);