return sucess at end

This commit is contained in:
Love Hornquist Astrand
2010-11-25 21:51:51 -08:00
parent 6ca842c5b7
commit 9be125f05b

View File

@@ -451,5 +451,5 @@ gss_display_mech_attr(OM_uint32 * minor_status,
return major;
}
return GSS_S_FAILURE;
return GSS_S_COMPLETE;
}