Skip to content
GitLab
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
927ccf52
Commit
927ccf52
authored
Feb 09, 2015
by
Philipp Schafft
🦁
Browse files
Cleanup: corrected comment TAGs
parent
c89a5714
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/admin.c
View file @
927ccf52
...
...
@@ -664,9 +664,8 @@ static inline xmlNodePtr __add_listener(client_t *client,
char
buf
[
22
];
/* TODO: kh has support for a child node "lag". We should add that.
* BEFORE RELEASE 2.5.0 REVIEW #2097: Check if we are on-track for lowercasing child nodes.
* BEFORE RELEASE 2.6.0 TODO #2097: Change case of child nodes to lower case.
* The case of <ID>, <IP>, <UserAgent> and <Connected> should be converted to lower case.
* BEFORE RELEASE NEXT DOCUMENT #2097: Changed case of child nodes to lower case.
* The case of <ID>, <IP>, <UserAgent> and <Connected> got changed to lower case.
*/
node
=
xmlNewChild
(
parent
,
NULL
,
XMLSTR
(
"listener"
),
NULL
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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