make compile.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21246 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-20 15:25:19 +00:00
parent 935e4b8bc1
commit a853ec97ff

View File

@@ -43,7 +43,7 @@ gss_display_name(OM_uint32 *minor_status,
if (output_name_type)
*output_name_type = GSS_C_NO_OID;
if (name == GSS_C_NO_NAME) {
if (name == NULL) {
*minor_status = 0;
return (GSS_S_BAD_NAME);
}