Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
libdmapsharing
Commits
edbeeba3
Commit
edbeeba3
authored
Jun 04, 2017
by
W. Michael Petullo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
After failing to get preferred port, try both IPV4 and IPV6
Signed-off-by:
W. Michael Petullo
<
mike@flyn.org
>
parent
e9fe3e04
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libdmapsharing/dmap-share.c
libdmapsharing/dmap-share.c
+1
-1
No files found.
libdmapsharing/dmap-share.c
View file @
edbeeba3
...
@@ -292,7 +292,7 @@ _dmap_share_server_start (DMAPShare *share)
...
@@ -292,7 +292,7 @@ _dmap_share_server_start (DMAPShare *share)
g_clear_error
(
&
error
);
g_clear_error
(
&
error
);
soup_server_listen_all
(
share
->
priv
->
server
,
SOUP_ADDRESS_ANY_PORT
,
soup_server_listen_all
(
share
->
priv
->
server
,
SOUP_ADDRESS_ANY_PORT
,
SOUP_SERVER_LISTEN_IPV6_ONLY
,
&
error
);
0
,
&
error
);
}
}
listening_uri_list
=
soup_server_get_uris
(
share
->
priv
->
server
);
listening_uri_list
=
soup_server_get_uris
(
share
->
priv
->
server
);
...
...
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