Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DLNA-RUI
gupnp
Commits
7fdd0a76
Commit
7fdd0a76
authored
Mar 24, 2011
by
Zeeshan Ali (Khattak)
Browse files
Use the default timeout on DBus calls
We were using a very short timeout (3 ms) on one of the dbus calls.
parent
24539229
Changes
1
Hide whitespace changes
Inline
Side-by-side
libgupnp/gupnp-network-manager.c
View file @
7fdd0a76
...
...
@@ -763,7 +763,7 @@ gupnp_network_manager_is_available (GMainContext *main_context)
g_variant_new
(
"(s)"
,
DBUS_SERVICE_NM
),
G_DBUS_CALL_FLAGS_NONE
,
3
,
-
1
,
NULL
,
&
error
);
if
(
error
!=
NULL
)
{
...
...
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