Commit 1327f619 authored by Alessandro Rubini's avatar Alessandro Rubini

radiusvlan: bugfix: state WAIT was never entered

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent b8c7bdc6
......@@ -336,7 +336,7 @@ int rvlan_fsm(struct rvlan_dev *dev, fd_set *rdset)
kill(dev->pid, SIGINT);
dev->fsm_state = RVLAN_WAIT;
}
break;
/* fall through */
case RVLAN_WAIT:
pid = waitpid(dev->pid, &status, WNOHANG);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment