Remove unused label "out".
authorAndre Noll <maan@systemlinux.org>
Sat, 18 Jul 2009 13:40:39 +0000 (15:40 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 18 Jul 2009 13:40:39 +0000 (15:40 +0200)
audiod_command.c

index 710f4b6dbc3f598c194759bfb179dea140732fac..4706131d6c1ff745b1ff6f94a8086fff3af564f7 100644 (file)
@@ -196,7 +196,6 @@ int com_stat(int fd, int argc, char **argv)
                buf = tmp;
        }
        ret = client_write(fd, buf);
                buf = tmp;
        }
        ret = client_write(fd, buf);
-out:
        if (ret > 0)
                ret = stat_client_add(fd, mask);
        free(buf);
        if (ret > 0)
                ret = stat_client_add(fd, mask);
        free(buf);