summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/servconf.c b/servconf.c
index e2f20a3d1..48cb0d5b1 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: servconf.c,v 1.213 2010/11/13 23:27:50 djm Exp $ */ 1/* $OpenBSD: servconf.c,v 1.214 2011/03/29 18:54:17 stevesk Exp $ */
2/* 2/*
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
4 * All rights reserved 4 * All rights reserved
@@ -1775,7 +1775,8 @@ dump_config(ServerOptions *o)
1775 } 1775 }
1776 dump_cfg_string(sPermitTunnel, s); 1776 dump_cfg_string(sPermitTunnel, s);
1777 1777
1778 printf("ipqos 0x%02x 0x%02x\n", o->ip_qos_interactive, o->ip_qos_bulk); 1778 printf("ipqos %s ", iptos2str(o->ip_qos_interactive));
1779 printf("%s\n", iptos2str(o->ip_qos_bulk));
1779 1780
1780 channel_print_adm_permitted_opens(); 1781 channel_print_adm_permitted_opens();
1781} 1782}