diff --git a/src/mpd.cc b/src/mpd.cc index c096f055..c3dbddca 100644 --- a/src/mpd.cc +++ b/src/mpd.cc @@ -99,8 +99,6 @@ void init_mpd(void) { if (!(refcount++)) /* first client */ memset(&mpd_info, 0, sizeof(mpd_info)); - - refcount++; } static void clear_mpd(void)