mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05: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);
|
||||
|
||||
if (action == NULL)
|
||||
break;
|
||||
action = "list";
|
||||
|
||||
if (!strcmp(action, "add"))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user