Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Ezstream
Commits
6466b6ea
Commit
6466b6ea
authored
Sep 25, 2017
by
Moritz Grimm
Browse files
Prefer crashing over no coredump
parent
bcb097a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream.c
View file @
6466b6ea
...
...
@@ -289,11 +289,6 @@ stream_get(const char *name)
{
struct
stream
*
e
;
if
(
!
name
||
!
name
[
0
])
{
log_alert
(
"stream_get: empty name"
);
exit
(
1
);
}
TAILQ_FOREACH
(
e
,
&
streams
,
entry
)
{
if
(
0
==
strcasecmp
(
e
->
name
,
name
))
return
(
e
);
...
...
Write
Preview
Supports
Markdown
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