summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2013-11-09 12:08:24 +0000
committerColin Watson <cjwatson@debian.org>2013-11-09 12:08:24 +0000
commitee196dab7c5f97f0b80c8099343a375bead92010 (patch)
treef5e86571416d84ad156949e8a3ab12ed12d681f2 /servconf.c
parente01f4f6bfd6f5a47f810fd3522a151d59815402b (diff)
parentc41345ad7ee5a22689e2c009595e85fa27b4b39a (diff)
Import 6.4p1 tarball
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/servconf.c b/servconf.c
index c761ff01c..747edde6c 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1,5 +1,5 @@
1 1
2/* $OpenBSD: servconf.c,v 1.241 2013/08/06 23:06:01 djm Exp $ */ 2/* $OpenBSD: servconf.c,v 1.240 2013/07/19 07:37:48 markus Exp $ */
3/* 3/*
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
5 * All rights reserved 5 * All rights reserved
@@ -2063,8 +2063,7 @@ dump_config(ServerOptions *o)
2063 printf("ipqos %s ", iptos2str(o->ip_qos_interactive)); 2063 printf("ipqos %s ", iptos2str(o->ip_qos_interactive));
2064 printf("%s\n", iptos2str(o->ip_qos_bulk)); 2064 printf("%s\n", iptos2str(o->ip_qos_bulk));
2065 2065
2066 printf("rekeylimit %lld %d\n", (long long)o->rekey_limit, 2066 printf("rekeylimit %lld %d\n", o->rekey_limit, o->rekey_interval);
2067 o->rekey_interval);
2068 2067
2069 channel_print_adm_permitted_opens(); 2068 channel_print_adm_permitted_opens();
2070} 2069}