mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Fix: Do not report passwords at all
This commit is contained in:
parent
465aac14f3
commit
00cb6b0042
@ -68,7 +68,6 @@ static auth_result static_userlist(auth_t *auth, xmlNodePtr srcnode)
|
|||||||
|
|
||||||
newnode = xmlNewChild(srcnode, NULL, XMLSTR("user"), NULL);
|
newnode = xmlNewChild(srcnode, NULL, XMLSTR("user"), NULL);
|
||||||
xmlNewTextChild(newnode, NULL, XMLSTR("username"), XMLSTR(auth_info->username));
|
xmlNewTextChild(newnode, NULL, XMLSTR("username"), XMLSTR(auth_info->username));
|
||||||
xmlNewTextChild(newnode, NULL, XMLSTR("password"), XMLSTR(auth_info->password));
|
|
||||||
|
|
||||||
return AUTH_OK;
|
return AUTH_OK;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user