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
54c6decf
Commit
54c6decf
authored
Oct 20, 2017
by
Sven Gestegård Robertz
Browse files
init fd to unreasonable value
parent
3b02cbdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/motion_client.c
View file @
54c6decf
...
...
@@ -24,7 +24,7 @@ static void motion_get();
int
running
=
1
;
int
motionfd
=
0
;
int
motionfd
=
-
1
;
struct
hostent
*
motion_server
;
struct
sockaddr_in
motion_serv_addr
;
...
...
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