Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
spr0cketeer
Icecast-Server
Commits
bde17102
Commit
bde17102
authored
Jul 26, 2018
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: Corrected copy function so that number of upstreams is preserved
parent
d61acebf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/slave.c
src/slave.c
+1
-0
No files found.
src/slave.c
View file @
bde17102
...
...
@@ -154,6 +154,7 @@ static inline relay_config_t *relay_config_copy (relay_config_t *r)
}
copy
->
upstream
=
u
;
copy
->
upstreams
=
r
->
upstreams
;
copy
->
localmount
=
(
char
*
)
xmlCharStrdup
(
r
->
localmount
);
copy
->
on_demand
=
r
->
on_demand
;
...
...
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