git ssb

0+

cel / sslh



Commit 43d2db9123dc4210a76cf053e034305ef595f10e

Fix libconfig issue with integer parameters on x64

Yves Rutschle committed on 1/1/2015, 5:35:26 PM
Parent: d91cd59bba3a2d8a171c5a5a168c62c5ce6422f4

Files changed

basic.cfgchanged
example.cfgchanged
basic.cfgView
@@ -5,9 +5,9 @@
55 foreground: false;
66 inetd: false;
77 numeric: false;
88 transparent: false;
9-timeout: 2;
9+timeout: "2";
1010 user: "nobody";
1111 pidfile: "/var/run/sslh.pid";
1212
1313
example.cfgView
@@ -7,9 +7,9 @@
77 foreground: true;
88 inetd: false;
99 numeric: false;
1010 transparent: false;
11-timeout: 2;
11+timeout: "2";
1212 user: "nobody";
1313 pidfile: "/var/run/sslh.pid";
1414
1515

Built with git-ssb-web