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
0d8b0763
Commit
0d8b0763
authored
Nov 13, 2018
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: Corrected confusion with default values for source_timeout and body_timeout
parent
eb2735e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/cfgfile.c
src/cfgfile.c
+1
-1
No files found.
src/cfgfile.c
View file @
0d8b0763
...
...
@@ -840,7 +840,7 @@ static void _set_defaults(ice_config_t *configuration)
configuration
->
source_timeout
=
CONFIG_DEFAULT_SOURCE_TIMEOUT
;
configuration
->
source
_timeout
=
CONFIG_DEFAULT_BODY_TIMEOUT
;
->
body
_timeout
=
CONFIG_DEFAULT_BODY_TIMEOUT
;
configuration
->
shoutcast_mount
=
(
char
*
)
xmlCharStrdup
(
CONFIG_DEFAULT_SHOUTCAST_MOUNT
);
configuration
...
...
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