send empty array instead of nothing when a user or ID aren't found.

This commit is contained in:
Nikos Mavrogiannopoulos
2014-01-14 10:34:34 +01:00
parent 8f9cef9665
commit e43840db05

View File

@@ -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)) {