From e43840db05d4dd6f0b82eaee1527d5d85f805e76 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 14 Jan 2014 10:34:34 +0100 Subject: [PATCH] send empty array instead of nothing when a user or ID aren't found. --- src/main-ctl-handler.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main-ctl-handler.c b/src/main-ctl-handler.c index 17c19aa8..5aecfd74 100644 --- a/src/main-ctl-handler.c +++ b/src/main-ctl-handler.c @@ -675,7 +675,6 @@ static void info_common(main_server_st * s, DBusConnection * conn, user); else mslog(s, NULL, LOG_INFO, "could not find ID '%u'", id); - goto error; } if (!dbus_connection_send(conn, reply, NULL)) {