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
89aa5d6a
Commit
89aa5d6a
authored
Jun 04, 2013
by
jehan
Browse files
fix clang compilation issue
parent
030ba21b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dns.c
View file @
89aa5d6a
...
...
@@ -4633,7 +4633,7 @@ static enum dns_nssconf_keyword dns_nssconf_c2k(int ch) {
[
'M'
]
=
DNS_NSSCONF_MDNS
,
};
#else
static
char
map
[
'm'
]
=
{
0
};
static
char
map
[
'm'
+
1
]
=
{
0
};
map
[
'S'
]
=
DNS_NSSCONF_SUCCESS
;
map
[
'N'
]
=
DNS_NSSCONF_NOTFOUND
;
map
[
'U'
]
=
DNS_NSSCONF_UNAVAIL
;
...
...
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