~ubuntu-branches/ubuntu/jaunty/avahi/jaunty-updates

« back to all changes in this revision

Viewing changes to avahi-compat-howl/compat.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-09-03 20:25:37 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20060903202537-syi99j0tijm9bldv
Tags: 0.6.13-2ubuntu1
* Merge with Debian, UVF Exception granted by Colin Watson
* debian/patches/03_foreground-console.patch:
  + Allow only foreground users access to the avahi-set-host-name utility as
    we don't use the "netdev" group anywhere. Thanks to Colin Watson for the
    hint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: compat.c 937 2005-11-08 21:56:28Z lennart $ */
 
1
/* $Id: compat.c 1258 2006-08-22 01:48:13Z lennart $ */
2
2
 
3
3
/***
4
4
  This file is part of avahi.
711
711
        }
712
712
            
713
713
        case AVAHI_CLIENT_S_COLLISION:
 
714
        case AVAHI_CLIENT_S_REGISTERING:
714
715
 
715
716
            /* Remove our entry */
716
717
            avahi_entry_group_reset(data->object);
717
718
            break;
718
719
 
719
720
        case AVAHI_CLIENT_CONNECTING:
720
 
        case AVAHI_CLIENT_S_REGISTERING:
721
721
            /* Ignore */
722
722
            break;
723
723
    }