Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
f8783aed
Commit
f8783aed
authored
Mar 06, 2003
by
Michael Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Check admin password against the correct username
svn path=/trunk/icecast/; revision=4416
parent
a79f0b6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/connection.c
src/connection.c
+1
-1
No files found.
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
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