Ticket #5 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Client doesn't send Free to server

Reported by: mccann@jhu.edu Assigned to: somebody
Priority: major Milestone:
Component: component1 Version:
Keywords: Cc:

Description

The client doesn't call the Free method on the server.

Index: avahi-client/entrygroup.c =================================================================== --- avahi-client/entrygroup.c (revision 1109) +++ avahi-client/entrygroup.c (working copy) @@ -237,9 +237,9 @@

assert(group);

- if (group->path && !avahi_client_is_connected(client)) + if (group->path && avahi_client_is_connected(client))

r = entry_group_simple_method_call(group, "Free");

- +

AVAHI_LLIST_REMOVE(AvahiEntryGroup?, groups, client->groups, group);

avahi_free(group->path);

Attachments

avahi-free.patch (0.5 kB) - added by mccann@jhu.edu on 01/27/06 17:26:28.
Looks like the paste got mangled, here's the patch.

Change History

01/27/06 17:26:28 changed by mccann@jhu.edu

  • attachment avahi-free.patch added.

Looks like the paste got mangled, here's the patch.

01/27/06 17:34:32 changed by lennart

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in r1110. Thanks for noticing!

Lennart