On failure to find a correct error string, set status_string to NULL

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17744 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-06-29 21:53:38 +00:00
parent 04265bce70
commit 6e451eae2a

View File

@@ -102,6 +102,7 @@ gss_display_status(OM_uint32 *minor_status,
}
}
}
status_string->value = NULL;
status_string->length = 0;
return (GSS_S_BAD_STATUS);
}