diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2019-02-06 12:31:02 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2019-02-06 12:31:02 +0000 |
commit | 9c9d011eed674ddd7e4a0a148691887afb9e75cd (patch) | |
tree | cd45bceeed24e66e5b2838e8589d2c111cf691c6 /testcode/testbound.c | |
parent | 089d83fbd0b24f957b753d440f188ddadaabf4ff (diff) |
Notes
Diffstat (limited to 'testcode/testbound.c')
-rw-r--r-- | testcode/testbound.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testcode/testbound.c b/testcode/testbound.c index cea74c593540c..246bc6735b450 100644 --- a/testcode/testbound.c +++ b/testcode/testbound.c @@ -344,6 +344,7 @@ main(int argc, char* argv[]) /* we do not want the test to depend on the timezone */ (void)putenv("TZ=UTC"); + memset(pass_argv, 0, sizeof(pass_argv)); log_init(NULL, 0, NULL); /* determine commandline options for the daemon */ |