(gss_auth): cast a little tiny bit

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6613 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-07-28 03:02:35 +00:00
parent 367acc1673
commit b2be9f8924

View File

@@ -249,8 +249,8 @@ gss_auth(void *app_data, char *host)
&msg_ctx,
&status_string);
printf("Error importing name %s: %s\n",
name.value,
(char*)status_string.value);
(char *)name.value,
(char *)status_string.value);
gss_release_buffer(&new_stat, &status_string);
return AUTH_ERROR;
}