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
BC
public
belle-sip
Commits
e5a2ddc4
Commit
e5a2ddc4
authored
Dec 06, 2013
by
Ghislain MARY
Browse files
Add missing incrementation.
parent
0cf4dede
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dns.c
View file @
e5a2ddc4
...
...
@@ -4234,6 +4234,7 @@ int dns_resconf_loadwin(struct dns_resolv_conf *resconf) {
do
{
error
=
dns_resconf_pton
(
&
resconf
->
nameserver
[
sa_count
],
pIPAddr
->
IpAddress
.
String
);
pIPAddr
=
pIPAddr
->
Next
;
sa_count
++
;
}
while
(
!
error
&&
pIPAddr
&&
(
sa_count
<
lengthof
(
resconf
->
nameserver
)));
}
...
...
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