Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marvin Scholz
Icecast-Server
Commits
a4a81866
Commit
a4a81866
authored
Jul 22, 2004
by
Ed "oddsock" Zaleski
Browse files
forgot to switch the default value too..thanks Brendan..
svn path=/icecast/trunk/icecast/; revision=7257
parent
ed9f1745
Changes
1
Show whitespace changes
Inline
Side-by-side
src/cfgfile.c
View file @
a4a81866
...
...
@@ -339,7 +339,7 @@ static void _set_defaults(ice_config_t *configuration)
configuration
->
num_yp_directories
=
0
;
configuration
->
relay_username
=
NULL
;
configuration
->
relay_password
=
NULL
;
configuration
->
burst_on_connect
=
0
;
configuration
->
burst_on_connect
=
1
;
}
static
void
_parse_root
(
xmlDocPtr
doc
,
xmlNodePtr
node
,
...
...
Write
Preview
Supports
Markdown
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