]> andersk Git - openssh.git/blobdiff - ssh.c
- reyk@cvs.openbsd.org 2009/10/28 16:38:18
[openssh.git] / ssh.c
diff --git a/ssh.c b/ssh.c
index 5353e235c7fe83dc548a44b4e109c1ee0ef038c3..90dbc69e93dfb99ae4185ed0f802b95d5be50b14 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.327 2009/10/24 11:23:42 andreas Exp $ */
+/* $OpenBSD: ssh.c,v 1.328 2009/10/28 16:38:18 reyk Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -630,6 +630,7 @@ main(int ac, char **av)
        fill_default_options(&options);
 
        channel_set_af(options.address_family);
+       channel_set_rdomain(options.rdomain);
 
        /* reinit */
        log_init(argv0, options.log_level, SYSLOG_FACILITY_USER, !use_syslog);
This page took 0.036771 seconds and 4 git commands to generate.