mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-06-30 22:18:19 -04:00
fix default operation for manageauth
svn path=/icecast/trunk/icecast/; revision=14339
This commit is contained in:
parent
03e18677e4
commit
6331e2ee77
@ -732,7 +732,7 @@ static void command_manageauth(client_t *client, source_t *source,
|
|||||||
COMMAND_OPTIONAL (client, "username", username);
|
COMMAND_OPTIONAL (client, "username", username);
|
||||||
|
|
||||||
if (action == NULL)
|
if (action == NULL)
|
||||||
break;
|
action = "list";
|
||||||
|
|
||||||
if (!strcmp(action, "add"))
|
if (!strcmp(action, "add"))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user