remove unused variables

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5871 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-04-07 19:37:45 +00:00
parent 4eb09e9ee5
commit bddf9f2d9e
3 changed files with 3 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1997 Kungliga Tekniska H<>gskolan
* Copyright (c) 1997 - 1999 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -52,10 +52,8 @@ proto (int sock, const char *hostname, const char *service)
gss_buffer_t input_token, output_token;
gss_buffer_desc real_input_token, real_output_token;
OM_uint32 maj_stat, min_stat;
u_int32_t len, net_len;
gss_name_t server;
gss_buffer_desc name_token;
char *n;
name_token.length = asprintf ((char **)&name_token.value,
"%s@%s", service, hostname);