From 43d2db9123dc4210a76cf053e034305ef595f10e Mon Sep 17 00:00:00 2001 From: Yves Rutschle Date: Thu, 1 Jan 2015 18:35:26 +0100 Subject: [PATCH] Fix libconfig issue with integer parameters on x64 --- basic.cfg | 2 +- example.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basic.cfg b/basic.cfg index f132c16..526ffbf 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 0da43cc..20299c9 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";