From f05b37667624eb178a0d856da339d003f7d63b6e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 27 Jan 2015 11:44:29 +0000 Subject: - clang build fix - s6-fdholder-daemon ltimeout bugfix - rc for v2.1.0.1 --- src/fdholder/s6-fdholder-daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fdholder/s6-fdholder-daemon.c') diff --git a/src/fdholder/s6-fdholder-daemon.c b/src/fdholder/s6-fdholder-daemon.c index 18d189c..46c4923 100644 --- a/src/fdholder/s6-fdholder-daemon.c +++ b/src/fdholder/s6-fdholder-daemon.c @@ -136,7 +136,7 @@ int main (int argc, char const *const *argv, char const *const *envp) { newargv[m++] = "-T" ; newargv[m++] = fmt + pos ; - pos += uint_fmt(fmt + pos, timeout) ; + pos += uint_fmt(fmt + pos, ltimeout) ; fmt[pos++] = 0 ; } if (rulesdir) -- cgit v1.2.3