diff options
Diffstat (limited to 'servconf.c')
-rw-r--r-- | servconf.c | 4 |
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 | } |