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

MINIFI-124 The active_pid() function kill -s 0 <PID> returns 0 on success (PID i… #21

Closed
wants to merge 1 commit into from

Conversation

codingogre
Copy link
Contributor

@codingogre codingogre commented Oct 20, 2016

MINIFI-124. In the active_pid() function kill -s 0 returns 0 on success (the PID is currently running), yet the if statement in the stop case statement is checking for 0 as a failure condition.

@codingogre codingogre changed the title The active_pid() function kill -s 0 <PID> returns 0 on success (PID i… JIRA MINIFI-124 The active_pid() function kill -s 0 <PID> returns 0 on success (PID i… Oct 21, 2016
@codingogre codingogre changed the title JIRA MINIFI-124 The active_pid() function kill -s 0 <PID> returns 0 on success (PID i… MINIFI-124 The active_pid() function kill -s 0 <PID> returns 0 on success (PID i… Oct 21, 2016
… on success (PID is currently running), yet the if statement in stop case statement is checking for 0 as a failure condition.
@apiri
Copy link
Member

apiri commented Oct 24, 2016

reviewing

@apiri
Copy link
Member

apiri commented Oct 24, 2016

Looks good here and thanks for catching! Will merge.

@asfgit asfgit closed this in 94253ff Oct 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants