summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
authordtucker <dtucker>2010-01-09 23:26:57 +0000
committerdtucker <dtucker>2010-01-09 23:26:57 +0000
commitefc92f88ae9a0155f391d55edc61a15322b098b2 (patch)
tree132957d62052105e2eff8f5513f9ab5d96baad3d /readconf.c
parent49ad5a23f42554ddd414ae658174fe54291f3ebb (diff)
downloadopenssh-efc92f88ae9a0155f391d55edc61a15322b098b2.tar.gz
- (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c]
Remove hacks add for RoutingDomain in preparation for its removal.
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/readconf.c b/readconf.c
index 47c77472..40fe8f69 100644
--- a/readconf.c
+++ b/readconf.c
@@ -229,11 +229,7 @@ static struct {
{ "permitlocalcommand", oPermitLocalCommand },
{ "visualhostkey", oVisualHostKey },
{ "useroaming", oUseRoaming },
-#ifdef USE_ROUTINGDOMAIN
{ "routingdomain", oRDomain },
-#else
- { "routingdomain", oUnsupported },
-#endif
#ifdef JPAKE
{ "zeroknowledgepasswordauthentication",
oZeroKnowledgePasswordAuthentication },
@@ -924,7 +920,6 @@ parse_int:
intptr = &options->use_roaming;
goto parse_flag;
-#ifdef USE_ROUTINGDOMAIN
case oRDomain:
arg = strdelim(&s);
if (!arg || *arg == '\0')
@@ -937,7 +932,6 @@ parse_int:
if (*activep)
options->rdomain = value;
break;
-#endif
case oDeprecated:
debug("%s line %d: Deprecated option \"%s\"",