summaryrefslogtreecommitdiffstats
path: root/src/responder/ssh/sshsrv_private.h
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2012-03-14 07:54:16 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-03-15 14:18:18 -0400
commit0a5a81f3820158641e6472497bb4c2d829ae4803 (patch)
tree584d33b185eb25b9a254a3780206e0e2a0175b14 /src/responder/ssh/sshsrv_private.h
parent2a30a449a87a2c400af5fea608269ef51dd4c1d1 (diff)
downloadsssd-0a5a81f3820158641e6472497bb4c2d829ae4803.tar.gz
sssd-0a5a81f3820158641e6472497bb4c2d829ae4803.tar.xz
sssd-0a5a81f3820158641e6472497bb4c2d829ae4803.zip
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.
Diffstat (limited to 'src/responder/ssh/sshsrv_private.h')
-rw-r--r--src/responder/ssh/sshsrv_private.h1
1 files changed, 0 insertions, 1 deletions
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 {