checker warning

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24921 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-03-22 17:23:44 +00:00
parent 8c393278a3
commit e2bec18571

View File

@@ -55,7 +55,8 @@ gss_wrap_iov(OM_uint32 * minor_status,
m = ctx->gc_mech;
if (m->gm_wrap_iov == NULL) {
*minor_status = 0;
if (minor_status)
*minor_status = 0;
return GSS_S_UNAVAILABLE;
}