Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
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
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/slave.c
src/slave.c
+2
-1
No files found.
src/slave.c
View file @
a3ee7cf6
...
@@ -117,6 +117,7 @@ static void *_slave_thread(void *arg) {
...
@@ -117,6 +117,7 @@ static void *_slave_thread(void *arg) {
int
len
;
int
len
;
char
*
username
=
"relay"
;
char
*
username
=
"relay"
;
char
*
password
=
config_get_config
()
->
master_password
;
char
*
password
=
config_get_config
()
->
master_password
;
relay_server
*
relay
;
if
(
password
==
NULL
)
if
(
password
==
NULL
)
password
=
config_get_config
()
->
source_password
;
password
=
config_get_config
()
->
source_password
;
...
@@ -172,7 +173,7 @@ static void *_slave_thread(void *arg) {
...
@@ -172,7 +173,7 @@ static void *_slave_thread(void *arg) {
}
}
/* And now, we process the individual mounts... */
/* And now, we process the individual mounts... */
relay
_server
*
relay
=
config_get_config
()
->
relay
;
relay
=
config_get_config
()
->
relay
;
while
(
relay
)
{
while
(
relay
)
{
avl_tree_rlock
(
global
.
source_tree
);
avl_tree_rlock
(
global
.
source_tree
);
if
(
!
source_find_mount
(
relay
->
mount
))
{
if
(
!
source_find_mount
(
relay
->
mount
))
{
...
...
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