summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2009-01-28 16:13:04 +1100
committerDamien Miller <djm@mindrot.org>2009-01-28 16:13:04 +1100
commitb53d8a18823cfa689b6a2353c6f82aaf364047bf (patch)
tree1be3d1f202de91bc60af53f17778374f8a23a536 /servconf.c
parent0266677f0feb72b092f87480a4c8695c71db9684 (diff)
- stevesk@cvs.openbsd.org 2008/12/09 03:20:42
[channels.c servconf.c] channel_print_adm_permitted_opens() should deal with all the printing for that config option. suggested by markus@; ok markus@ djm@ dtucker@
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/servconf.c b/servconf.c
index 659a1eb21..7d8851860 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: servconf.c,v 1.192 2008/11/11 02:58:09 stevesk Exp $ */ 1/* $OpenBSD: servconf.c,v 1.193 2008/12/09 03:20:42 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
@@ -1655,7 +1655,5 @@ dump_config(ServerOptions *o)
1655 } 1655 }
1656 dump_cfg_string(sPermitTunnel, s); 1656 dump_cfg_string(sPermitTunnel, s);
1657 1657
1658 printf("permitopen");
1659 channel_print_adm_permitted_opens(); 1658 channel_print_adm_permitted_opens();
1660 printf("\n");
1661} 1659}