X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fsrc%2Fvshelper-sync.c;h=9e1b3abc41c1a313b7d2a0361a4d7931852397a3;hb=5341b9ca6659aa2f67eac0d58148ecaa1d2f4551;hp=28d14d02d3d33faabecd9bae04044688c21589f0;hpb=ba23b673d49164fb74246122bb9a6e3a1d26e306;p=util-vserver.git diff --git a/util-vserver/src/vshelper-sync.c b/util-vserver/src/vshelper-sync.c index 28d14d0..9e1b3ab 100644 --- a/util-vserver/src/vshelper-sync.c +++ b/util-vserver/src/vshelper-sync.c @@ -74,7 +74,8 @@ int main(int argc, char *argv[]) return EXIT_FAILURE; } - timeout.tv_sec = atoi(argv[idx+1]); + timeout.tv_sec = atoi(argv[idx+1]); + timeout.tv_usec = 0; for (;;) { char buf[512];