From 4483bcd6692d77449c017ccebbca47e6fa5e1f1a Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Thu, 29 Sep 2005 22:11:52 +0000 Subject: * backporting patch from rev 641 and rev 642 git-svn-id: file:///home/lennart/svn/public/avahi/branches/working-0.5.x@654 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-daemon/dbus-protocol.c | 1 + 1 file changed, 1 insertion(+) (limited to 'avahi-daemon') diff --git a/avahi-daemon/dbus-protocol.c b/avahi-daemon/dbus-protocol.c index 1e69916..8ec45e2 100644 --- a/avahi-daemon/dbus-protocol.c +++ b/avahi-daemon/dbus-protocol.c @@ -707,6 +707,7 @@ static DBusHandlerResult msg_entry_group_impl(DBusConnection *c, DBusMessage *m, } avahi_s_entry_group_reset(i->entry_group); + i->n_entries = 0; return respond_ok(c, m); } else if (dbus_message_is_method_call(m, AVAHI_DBUS_INTERFACE_ENTRY_GROUP, "IsEmpty")) { -- cgit