~vorlon/ubuntu/natty/avahi/multiarch

« back to all changes in this revision

Viewing changes to avahi-autoipd/main.c

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-12-06 15:31:58 UTC
  • mfrom: (4.1.16 experimental)
  • Revision ID: james.westby@ubuntu.com-20101206153158-et2wuk7kftodlc8b
Tags: 0.6.28-2ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - debian/control:
    + Add versioned dependency on the dbus that satisfies our upstart job
      dependency.
    + Add udebs corresponding to libavahi-common3 and libavahi-core6, so
      that we can use them for Eucalyptus integration in the installer.
  - debian/rules, debian/avahi-daemon.init, debian/avahi-dnsconfd.init:
    + Avahi init scripts (daemon or dnsconfd) do not need to be started
      before gdm, and do not need to be stopped specially on shutdown.
  - debian/avahi-daemon.upstart, debian/avahi-dnsconfd.upstart:
    + Add Upstart config
* Restore Debian changes to migrate to DHCP 4, now that we have it in
  Ubuntu.  Adjust package versions for conffile migration.
* Launchpad supports 'linux-any' these days; restore Debian change to use
  that.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1060
1060
    int next_wakeup_valid = 0;
1061
1061
    char buf[64];
1062
1062
    ArpPacket *in_packet = NULL;
1063
 
    size_t in_packet_len;
 
1063
    size_t in_packet_len = 0;
1064
1064
    ArpPacket *out_packet = NULL;
1065
1065
    size_t out_packet_len;
1066
1066
    uint8_t hw_address[ETHER_ADDRLEN];