From 1814bcb43cdf455b847c17f1313eb35d73f94716 Mon Sep 17 00:00:00 2001 From: Yves Rutschle Date: Tue, 2 Feb 2016 20:53:10 +0100 Subject: [PATCH] Fixed typo in example configuration files --- basic.cfg | 2 +- example.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basic.cfg b/basic.cfg index 2f8252c..54a799c 100644 --- a/basic.cfg +++ b/basic.cfg @@ -6,7 +6,7 @@ foreground: false; inetd: false; numeric: false; transparent: false; -timeout: "2"; +timeout: 2; user: "nobody"; pidfile: "/var/run/sslh.pid"; diff --git a/example.cfg b/example.cfg index 06a439c..d28372f 100644 --- a/example.cfg +++ b/example.cfg @@ -8,7 +8,7 @@ foreground: true; inetd: false; numeric: false; transparent: false; -timeout: "2"; +timeout: 2; user: "nobody"; pidfile: "/var/run/sslh.pid";