Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
cobalt
external_mosquitto
Commits
9497dab7
Commit
9497dab7
authored
9 years ago
by
Roger A. Light
Browse files
Options
Download
Plain Diff
Merge branch 'fixes' of
ssh://git.eclipse.org:29418/mosquitto/org.eclipse.mosquitto
into fixes
parents
fd6a6cac
af96c0b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/loop.c
src/loop.c
+1
-1
No files found.
src/loop.c
View file @
9497dab7
...
...
@@ -449,7 +449,7 @@ static void loop_handle_reads_writes(struct mosquitto_db *db, struct pollfd *pol
}
assert
(
pollfds
[
context
->
pollfd_index
].
fd
==
context
->
sock
);
if
(
pollfds
[
context
->
pollfd_index
].
revents
&
(
POLLERR
|
POLLNVAL
)){
if
(
pollfds
[
context
->
pollfd_index
].
revents
&
(
POLLERR
|
POLLNVAL
|
POLLHUP
)){
do_disconnect
(
db
,
context
);
continue
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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