type corretness

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7364 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-11-13 04:13:04 +00:00
parent d56c4caa1e
commit 28f55242a2

View File

@@ -269,8 +269,8 @@ gss_auth(void *app_data, char *host)
GSS_C_NT_HOSTBASED_SERVICE,
&target_name);
if (GSS_ERROR(maj_stat)) {
int new_stat;
int msg_ctx = 0;
OM_uint32 new_stat;
OM_uint32 msg_ctx = 0;
gss_buffer_desc status_string;
gss_display_status(&new_stat,
@@ -318,8 +318,8 @@ gss_auth(void *app_data, char *host)
NULL,
NULL);
if (GSS_ERROR(maj_stat)) {
int new_stat;
int msg_ctx = 0;
OM_uint32 new_stat;
OM_uint32 msg_ctx = 0;
gss_buffer_desc status_string;
gss_display_status(&new_stat,