Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
31da0979
Commit
31da0979
authored
Jan 06, 2019
by
spr0cketeer
Browse files
Fix: Correct url event "action" option handling
Closes:
#2370
parent
de4fdf66
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/event_url.c
View file @
31da0979
...
...
@@ -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
);
...
...
Philipp Schafft
🦁
@phschafft
mentioned in issue
#2370 (closed)
·
Jan 10, 2019
mentioned in issue
#2370 (closed)
mentioned in issue #2370
Toggle commit list
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