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

HandleClient should try to open the m_queue in WRITE mode instead of READ #21

Merged
merged 1 commit into from Feb 7, 2014

Conversation

jrossi
Copy link
Member

@jrossi jrossi commented Jan 29, 2014

HandleClient does not ever exit after ossec is stopped or restarted
because the call to StartMQ on line 146 is for READ mode instead of
WRITE. When changed to WRITE, the StartMQ call fails and ossec-remoted
exits.

Original Pull REquest: https://bitbucket.org/jbcheng/ossec-hids/pull-request/27/handleclient-should-try-to-open-the/diff

READ

HandleClient does not ever exit after ossec is stopped or restarted
because the call to StartMQ on line 146 is for READ mode instead of
WRITE. When changed to WRITE, the StartMQ call fails and ossec-remoted
exits.
@jrossi
Copy link
Member Author

jrossi commented Jan 29, 2014

@labrown

ddpbsd added a commit that referenced this pull request Feb 7, 2014
HandleClient should try to open the m_queue in WRITE mode instead of READ
@ddpbsd ddpbsd merged commit d76b21b into ossec:master Feb 7, 2014
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 this pull request may close these issues.

None yet

3 participants