After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 749889 - dleyna: Fix grl_dleyna_util_uri_is_localhost() usage
dleyna: Fix grl_dleyna_util_uri_is_localhost() usage
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: plugins
unspecified
Other All
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2015-05-26 10:57 UTC by Bastien Nocera
Modified: 2015-06-10 09:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
dleyna: Fix grl_dleyna_util_uri_is_localhost() usage (1.16 KB, patch)
2015-05-26 10:57 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2015-05-26 10:57:09 UTC
.
Comment 1 Bastien Nocera 2015-05-26 10:57:12 UTC
Created attachment 303990 [details] [review]
dleyna: Fix grl_dleyna_util_uri_is_localhost() usage

From coverity:
grilo-plugins-0.2.14/src/dleyna/grl-dleyna-source.c:1207: swapped_arguments: The positions of arguments in the call to "grl_dleyna_util_uri_is_localhost" do not match the ordering of the parameters: * "&localhost" is passed to "localuser" * "&localuser" is passed to "localhost"
Comment 2 Bastien Nocera 2015-06-10 09:39:21 UTC
Attachment 303990 [details] pushed as f94046c - dleyna: Fix grl_dleyna_util_uri_is_localhost() usage