Skip to content

Commit 329b6df

Browse files
committed
vlogger: fix exit status
1 parent 469b7a3 commit 329b6df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vlogger.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,5 @@ main(int argc, char *argv[])
169169
while (fgets(buf, sizeof buf, stdin) != NULL)
170170
syslog(level|facility, "%s", buf);
171171

172-
return 1;
172+
return 0;
173173
}

0 commit comments

Comments
 (0)