Use `output_name_type'
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2294 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -28,5 +28,7 @@ OM_uint32 gss_display_name | |||||||
|   } |   } | ||||||
|   memcpy (output_name_buffer->value, buf, len); |   memcpy (output_name_buffer->value, buf, len); | ||||||
|   free (buf); |   free (buf); | ||||||
|  |   if (output_name_type) | ||||||
|  |       *output_name_type = GSS_KRB5_NT_PRINCIPAL_NAME; | ||||||
|   return GSS_S_COMPLETE; |   return GSS_S_COMPLETE; | ||||||
| } | } | ||||||
|   | |||||||
| @@ -28,5 +28,7 @@ OM_uint32 gss_display_name | |||||||
|   } |   } | ||||||
|   memcpy (output_name_buffer->value, buf, len); |   memcpy (output_name_buffer->value, buf, len); | ||||||
|   free (buf); |   free (buf); | ||||||
|  |   if (output_name_type) | ||||||
|  |       *output_name_type = GSS_KRB5_NT_PRINCIPAL_NAME; | ||||||
|   return GSS_S_COMPLETE; |   return GSS_S_COMPLETE; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Assar Westerlund
					Assar Westerlund