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
533dfb6b
Commit
533dfb6b
authored
Jan 21, 2005
by
Michael Smith
Browse files
Fix spelling in debug messages.
svn path=/icecast/trunk/icecast/; revision=8774
parent
df919a96
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/auth.c
View file @
533dfb6b
...
...
@@ -203,7 +203,7 @@ static auth_result htpasswd_auth(auth_t *auth, source_t *source, char *username,
sep
=
strchr
(
line
,
':'
);
if
(
sep
==
NULL
)
{
DEBUG0
(
"No sep
e
rator in line"
);
DEBUG0
(
"No sep
a
rator in line"
);
continue
;
}
...
...
@@ -286,7 +286,7 @@ int auth_htpasswd_existing_user(auth_t *auth, char *username)
continue
;
sep
=
strchr
(
line
,
':'
);
if
(
sep
==
NULL
)
{
DEBUG0
(
"No sep
e
rator in line"
);
DEBUG0
(
"No sep
a
rator in line"
);
continue
;
}
*
sep
=
0
;
...
...
@@ -384,7 +384,7 @@ int auth_htpasswd_deleteuser(auth_t *auth, char *username)
sep
=
strchr
(
line
,
':'
);
if
(
sep
==
NULL
)
{
DEBUG0
(
"No sep
e
rator in line"
);
DEBUG0
(
"No sep
a
rator in line"
);
continue
;
}
...
...
@@ -463,7 +463,7 @@ int auth_get_htpasswd_userlist(auth_t *auth, xmlNodePtr srcnode)
sep
=
strchr
(
line
,
':'
);
if
(
sep
==
NULL
)
{
DEBUG0
(
"No sep
e
rator in line"
);
DEBUG0
(
"No sep
a
rator in line"
);
continue
;
}
...
...
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