Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
6f28d3fd
Commit
6f28d3fd
authored
Nov 04, 2018
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update: Mark ice_config_http_header_t *header const in _build_headers_loop()
parent
2c72d9a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/util.c
src/util.c
+1
-1
No files found.
src/util.c
View file @
6f28d3fd
...
...
@@ -599,7 +599,7 @@ unsigned int util_str_to_unsigned_int(const char *str, const unsigned int defaul
}
/* TODO, FIXME: handle memory allocation errors better. */
static
inline
void
_build_headers_loop
(
char
**
ret
,
size_t
*
len
,
ice_config_http_header_t
*
header
,
int
status
,
const
char
*
allow
,
client_t
*
client
)
{
static
inline
void
_build_headers_loop
(
char
**
ret
,
size_t
*
len
,
const
ice_config_http_header_t
*
header
,
int
status
,
const
char
*
allow
,
client_t
*
client
)
{
size_t
headerlen
;
const
char
*
name
;
const
char
*
value
;
...
...
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