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
Icecast-Server
Commits
f8783aed
Commit
f8783aed
authored
Mar 06, 2003
by
Michael Smith
Browse files
Check admin password against the correct username
svn path=/trunk/icecast/; revision=4416
parent
a79f0b6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/connection.c
View file @
f8783aed
...
...
@@ -459,7 +459,7 @@ int connection_check_admin_pass(http_parser_t *parser)
if
(
!
pass
||
!
user
)
return
0
;
return
_check_pass_http
(
parser
,
"admin"
,
pass
);
return
_check_pass_http
(
parser
,
user
,
pass
);
}
int
connection_check_source_pass
(
http_parser_t
*
parser
,
char
*
mount
)
...
...
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