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
spr0cketeer
Icecast-Server
Commits
5cd1a0cb
Commit
5cd1a0cb
authored
Nov 29, 2014
by
Philipp Schafft
🦁
Browse files
ensure vhost is not uninitialized
svn path=/icecast/trunk/icecast/; revision=19360
parent
373befb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/connection.c
View file @
5cd1a0cb
...
...
@@ -1239,7 +1239,7 @@ static int _handle_aliases(client_t *client, char **uri) {
const
char
*
http_host
=
httpp_getvar
(
client
->
parser
,
"host"
);
char
*
serverhost
=
NULL
;
int
serverport
=
0
;
char
*
vhost
;
char
*
vhost
=
NULL
;
char
*
vhost_colon
;
char
*
new_uri
=
NULL
;
ice_config_t
*
config
;
...
...
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