checker warning
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24921 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user