Ticket #85 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

--with-avahi-priv-access-group= has no effect

Reported by: delphinidae@… Owned by: lathiat
Milestone: Avahi 0.6.16 Component: avahi-client
Keywords: Cc:

Description

No matter which group I put after '--with-avahi-priv-access-group=', Avahi always ends up using 'netdev'. I guess the fact that the following snippet from 'trunk/configure.ac' uses $with_priv_access_group in stead of $with_avahi_priv_access_group is responsible for this.

717 	AC_ARG_WITH(avahi_priv_access_group,AS_HELP_STRING([--with-avahi-priv-access-group=<group>],[Priviliged access group for Avahi clients (netdev)]))
718 	if test -z "$with_priv_access_group" ; then
719 	    AVAHI_PRIV_ACCESS_GROUP=netdev
720 	else
721 	    AVAHI_PRIV_ACCESS_GROUP=$with_priv_access_group
722 	fi
723 	AC_SUBST(AVAHI_PRIV_ACCESS_GROUP)
724 	AC_DEFINE_UNQUOTED(AVAHI_PRIV_ACCESS_GROUP,"$AVAHI_PRIV_ACCESS_GROUP", [Privileged access group for Avahi clients])

Change History

Changed 7 years ago by lathiat

  • owner changed from lennart to lathiat
  • status changed from new to assigned
  • milestone set to Avahi 0.6.16

Thanks for your report, you are correct, this will go in my next commit for Avahi 0.6.16

Changed 7 years ago by lathiat

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in  R1337

Note: See TracTickets for help on using tickets.