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:
parent
3352ddfb36
commit
4b2d38fcfc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user