Default to false(?), at least default to something.

This commit is contained in:
Love Hornquist Astrand
2011-05-17 21:22:45 -07:00
parent 1c10632690
commit 4c7ba73439

View File

@@ -403,7 +403,7 @@ test_mech_attrs(gssapi_mech_interface mi,
int except)
{
size_t n, m;
int eq;
int eq = 0;
if (against_attrs == GSS_C_NO_OID_SET)
return 1;