Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chris T
mmsd
Commits
e459c2a2
Commit
e459c2a2
authored
Jan 08, 2021
by
Chris T
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert Workaround
parent
745427fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/service.c
src/service.c
+3
-0
No files found.
src/service.c
View file @
e459c2a2
...
@@ -2328,6 +2328,9 @@ static void process_request_queue(struct mms_service *service)
...
@@ -2328,6 +2328,9 @@ static void process_request_queue(struct mms_service *service)
return
;
return
;
while
(
1
)
{
while
(
1
)
{
if
(
bearer_is_active
(
service
)
==
FALSE
)
return
;
request
=
g_queue_pop_head
(
service
->
request_queue
);
request
=
g_queue_pop_head
(
service
->
request_queue
);
if
(
request
==
NULL
)
if
(
request
==
NULL
)
break
;
break
;
...
...
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