(proto): remove shadowing context

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6517 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-07-24 09:19:02 +00:00
parent 903cf184e0
commit ad41b97491

View File

@@ -117,7 +117,6 @@ proto (int sock, const char *hostname, const char *service)
struct sockaddr_in remote, local;
int addrlen;
krb5_address remote_addr, local_addr;
krb5_context context;
krb5_auth_context auth_context;
krb5_error_code status;
krb5_principal server;