Merging upstream version 2.3.1:
- properly handles big-endian data in `iputils.py` (Closes: #1057031). Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1fb60de7fe
commit
a8f39c03aa
24 changed files with 598 additions and 437 deletions
|
@ -580,7 +580,7 @@ class Avahi: # pylint: disable=too-many-instance-attributes
|
|||
|
||||
self._check_for_duplicate_ips()
|
||||
|
||||
def _failure_handler( # pylint: disable=no-self-use
|
||||
def _failure_handler(
|
||||
self,
|
||||
_connection,
|
||||
_sender_name: str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue