diff options
Diffstat (limited to 'src/command.c')
-rw-r--r-- | src/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c index 755d1a586..05c6ed22e 100644 --- a/src/command.c +++ b/src/command.c @@ -999,7 +999,7 @@ static int handleRandom(struct client *client, mpd_unused int *permission, static int handleStats(struct client *client, mpd_unused int *permission, mpd_unused int argc, mpd_unused char *argv[]) { - return printStats(client_get_fd(client)); + return printStats(client); } static int handleClearError(mpd_unused struct client *client, mpd_unused int *permission, |