summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
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}