summaryrefslogtreecommitdiff
path: root/src/fdholder/s6-fdholder-daemon.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-01-27 11:44:29 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-01-27 11:44:29 +0000
commitf05b37667624eb178a0d856da339d003f7d63b6e (patch)
tree4dbeab59367bad8d7034fec9d4263cb2653c3ef0 /src/fdholder/s6-fdholder-daemon.c
parentd56b7ec51b1ae08b4ec414fd079bf96a40b270c3 (diff)
downloads6-f05b37667624eb178a0d856da339d003f7d63b6e.tar.xz
- clang build fixv2.1.0.1
- s6-fdholder-daemon ltimeout bugfix - rc for v2.1.0.1
Diffstat (limited to 'src/fdholder/s6-fdholder-daemon.c')
-rw-r--r--src/fdholder/s6-fdholder-daemon.c2
1 files changed, 1 insertions, 1 deletions
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)