From bd03e67c9d2fc4ad0275e7a573385ee5b7b9307a Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Wed, 14 Mar 2012 07:54:16 -0400 Subject: SSH: Allow clients to explicitly specify host alias This change removes the need to canonicalize host names on the responder side - the relevant code was removed. --- src/responder/ssh/sshsrv_private.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/responder/ssh/sshsrv_private.h') diff --git a/src/responder/ssh/sshsrv_private.h b/src/responder/ssh/sshsrv_private.h index 315e4f294..ab9edf7c3 100644 --- a/src/responder/ssh/sshsrv_private.h +++ b/src/responder/ssh/sshsrv_private.h @@ -31,7 +31,6 @@ struct ssh_ctx { struct resp_ctx *rctx; - struct resolv_ctx *resolv; }; struct ssh_cmd_ctx { -- cgit