mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Fix: Corrected copy function so that number of upstreams is preserved
This commit is contained in:
parent
d61acebf96
commit
bde17102e2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user