Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mobile broadband connectivity
ModemManager
Commits
8eb5e4a6
Commit
8eb5e4a6
authored
Sep 13, 2017
by
Aleksander Morgado
Browse files
simtech: fix error reporting in 3gpp unsolicited events enabling
(cherry picked from commit
5ee58513
)
parent
9a1e1d48
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/simtech/mm-broadband-modem-simtech.c
View file @
8eb5e4a6
...
@@ -244,6 +244,7 @@ parent_enable_unsolicited_events_ready (MMIfaceModem3gpp *self,
...
@@ -244,6 +244,7 @@ parent_enable_unsolicited_events_ready (MMIfaceModem3gpp *self,
g_simple_async_result_take_error
(
simple
,
error
);
g_simple_async_result_take_error
(
simple
,
error
);
g_simple_async_result_complete
(
simple
);
g_simple_async_result_complete
(
simple
);
g_object_unref
(
simple
);
g_object_unref
(
simple
);
return
;
}
}
/* Our own enable now */
/* Our own enable now */
...
...
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