We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make check had a failing test.
make check
test assertion failed: strcmp(target->str, "1970-01-01T00:00:00+00:00") == 0 line: 774
It was caused by an uninitialized field in the testing struct.
The text was updated successfully, but these errors were encountered:
tests: unit/test_zone.c LogStamp uninitialized field fixed
225bee5
fixes syslog-ng#726 Signed-off-by: u2yg <u2yg@users.noreply.github.com>
u2yg
Successfully merging a pull request may close this issue.
make check
had a failing test.It was caused by an uninitialized field in the testing struct.
The text was updated successfully, but these errors were encountered: