Fix libconfig issue with integer parameters on x64

This commit is contained in:
Yves Rutschle 2015-01-01 18:35:26 +01:00
parent d91cd59bba
commit 43d2db9123
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ foreground: false;
inetd: false;
numeric: false;
transparent: false;
timeout: 2;
timeout: "2";
user: "nobody";
pidfile: "/var/run/sslh.pid";

View File

@ -8,7 +8,7 @@ foreground: true;
inetd: false;
numeric: false;
transparent: false;
timeout: 2;
timeout: "2";
user: "nobody";
pidfile: "/var/run/sslh.pid";