On Tue, 02.09.08 10:18, Julien PUYDT ([EMAIL PROTECTED]) wrote: > Hi, > > I have a bug where I get published correctly at first, but don't manage > to update my information later : avahi_entry_group_commit returns "Bad > state"... > > What should I do after/before > avahi_entry_group_update_service_txt_strlst so that my data is updated?
the Avahi client will return AVAHI_ERR_BAD_STATE if you commit an entry group whose connection to the server is dead. Lennart -- Lennart Poettering Red Hat, Inc. lennart [at] poettering [dot] net ICQ# 11060553 http://0pointer.net/lennart/ GnuPG 0x1A015CC4 _______________________________________________ avahi mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/avahi
