1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-02-02 15:07:36 -05:00

Cleanup: Remove duplicated check

This commit is contained in:
Marvin Scholz 2020-04-19 03:32:59 +02:00
parent 3352ddfb36
commit 4b2d38fcfc

View File

@ -1317,9 +1317,6 @@ static void _parse_mount_oldstyle_authentication(mount_proxy *mount,
if (strcmp(name, "mount_add") == 0) {
mount_add = value;
value = NULL;
} else if (strcmp(name, "mount_add") == 0) {
mount_add = value;
value = NULL;
} else if (strcmp(name, "mount_remove") == 0) {
mount_remove = value;
value = NULL;