index
:
passt
Plug A Simple Socket Transport
about
git
code
bugs
lists
chat
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
conf.c
3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index 2984ac2..41895de 100644
--- a/
conf.c
+++ b/
conf.c
@@ -1239,5 +1239,6 @@ void conf(struct ctx *c, int argc, char **argv)
}
}
- conf_print(c);
+ if (!c->quiet)
+ conf_print(c);
}