Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
46d5e0e7
Commit
46d5e0e7
authored
Jan 09, 2019
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'spr0cketeer/icecast-server-url-event-fix'
parents
de4fdf66
31da0979
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/event_url.c
src/event_url.c
+1
-1
No files found.
src/event_url.c
View file @
46d5e0e7
...
...
@@ -131,7 +131,7 @@ int event_get_url(event_registration_t *er, config_options_t *options) {
}
else
if
(
strcmp
(
options
->
name
,
"password"
)
==
0
)
{
password
=
options
->
value
;
}
else
if
(
strcmp
(
options
->
name
,
"action"
)
==
0
)
{
free
(
self
->
url
);
free
(
self
->
action
);
self
->
action
=
NULL
;
if
(
options
->
value
)
self
->
action
=
strdup
(
options
->
value
);
...
...
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