(gss_print_errors): more type correctness

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6696 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-08-04 06:19:40 +00:00
parent 358816e9a5
commit 5c38586799

View File

@@ -76,10 +76,10 @@ read_token (int sock, gss_buffer_t buf)
void
gss_print_errors (int min_stat)
{
int new_stat;
int msg_ctx = 0;
OM_uint32 new_stat;
OM_uint32 msg_ctx = 0;
gss_buffer_desc status_string;
int ret;
OM_uint32 ret;
do {
ret = gss_display_status (&new_stat,