Skip to content
New issue

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

msg.c: check and correct default for msg offset value. #3872

Open
alorbach opened this issue Sep 24, 2019 · 0 comments
Open

msg.c: check and correct default for msg offset value. #3872

alorbach opened this issue Sep 24, 2019 · 0 comments

Comments

@alorbach
Copy link
Member

Commit 1255a67 changed the default for pM->offMSG from -1 to 0.
Commit 73506ac again reversed the changed from 0 to -1, but to change properly was unintentional.

Change the default back from -1 to 0 now, as a default of -1 can cause unexpected results if offMSG is not set before used.

alorbach added a commit to alorbach/rsyslog-1 that referenced this issue Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant