Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
3b206363
Commit
3b206363
authored
Feb 16, 2021
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
interfaces: Fix small warnings on Win32
parent
2b38ba23
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
agent/interfaces.c
agent/interfaces.c
+1
-2
No files found.
agent/interfaces.c
View file @
3b206363
...
@@ -576,7 +576,7 @@ nice_interfaces_get_local_ips (gboolean include_loopback)
...
@@ -576,7 +576,7 @@ nice_interfaces_get_local_ips (gboolean include_loopback)
#ifdef IGNORED_IFACE_PREFIX
#ifdef IGNORED_IFACE_PREFIX
const
gchar
**
prefix
;
const
gchar
**
prefix
;
gboolean
ignored
;
gboolean
ignored
;
c
onst
c
har
output
[
256
];
char
output
[
256
];
#endif
#endif
addresses
=
_nice_get_adapters_addresses
();
addresses
=
_nice_get_adapters_addresses
();
...
@@ -679,7 +679,6 @@ nice_interfaces_get_ip_for_interface (gchar *interface_name)
...
@@ -679,7 +679,6 @@ nice_interfaces_get_ip_for_interface (gchar *interface_name)
return
NULL
;
return
NULL
;
for
(
a
=
addresses
;
a
!=
NULL
;
a
=
a
->
Next
)
{
for
(
a
=
addresses
;
a
!=
NULL
;
a
=
a
->
Next
)
{
IP_ADAPTER_UNICAST_ADDRESS
*
unicast
;
gchar
*
name
;
gchar
*
name
;
/* Various conditions for ignoring the interface. */
/* Various conditions for ignoring the interface. */
...
...
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