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
Xiph.Org
Icecast-Server
Commits
a3ee7cf6
Commit
a3ee7cf6
authored
Feb 07, 2003
by
Michael Smith
Browse files
Sigh. And another.
svn path=/trunk/icecast/; revision=4332
parent
248a0874
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/slave.c
View file @
a3ee7cf6
...
...
@@ -117,6 +117,7 @@ static void *_slave_thread(void *arg) {
int
len
;
char
*
username
=
"relay"
;
char
*
password
=
config_get_config
()
->
master_password
;
relay_server
*
relay
;
if
(
password
==
NULL
)
password
=
config_get_config
()
->
source_password
;
...
...
@@ -172,7 +173,7 @@ static void *_slave_thread(void *arg) {
}
/* And now, we process the individual mounts... */
relay
_server
*
relay
=
config_get_config
()
->
relay
;
relay
=
config_get_config
()
->
relay
;
while
(
relay
)
{
avl_tree_rlock
(
global
.
source_tree
);
if
(
!
source_find_mount
(
relay
->
mount
))
{
...
...
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