Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EDAF55
C-camera
Commits
c1c32b6e
Commit
c1c32b6e
authored
Oct 03, 2017
by
Sven Gestegård Robertz
Browse files
motion_server: exit on failed poll
parent
ddbab7a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/motion_server.c
View file @
c1c32b6e
...
...
@@ -486,9 +486,8 @@ int serve_clients(struct global_state* state)
result
=
errno
;
};
}
failed_poll:
;
}
failed_poll:
return
result
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment