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
39c032b5
Commit
39c032b5
authored
Apr 26, 2011
by
Zeeshan Ali (Khattak)
Browse files
Remove a redundant variable
parent
eb7224eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
libgupnp/gupnp-unix-context-manager.c
View file @
39c032b5
...
...
@@ -123,7 +123,6 @@ create_contexts (gpointer data)
{
GUPnPUnixContextManager
*
manager
=
(
GUPnPUnixContextManager
*
)
data
;
struct
ifaddrs
*
ifa_list
,
*
ifa
;
char
*
ret
;
GList
*
processed
;
manager
->
priv
->
idle_context_creation_src
=
NULL
;
...
...
@@ -132,7 +131,6 @@ create_contexts (gpointer data)
return
FALSE
;
}
ret
=
NULL
;
if
(
getifaddrs
(
&
ifa_list
)
!=
0
)
{
g_warning
(
"Failed to retrieve list of network interfaces:%s
\n
"
,
...
...
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