From b3049c30844af3f6f09e874e39dcaaea55428447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Sun, 15 Dec 2024 02:11:23 +0100 Subject: [PATCH] Fix merge error --- pulse_xmpp_agent/launcher.py | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/pulse_xmpp_agent/launcher.py b/pulse_xmpp_agent/launcher.py index c74da0e3..970cf61f 100755 --- a/pulse_xmpp_agent/launcher.py +++ b/pulse_xmpp_agent/launcher.py @@ -1059,24 +1059,6 @@ def networkchanged(): return True - If the checked file does not exist or if the fingerprint have - changed we consider that the network changed. - - A network change means that the interfaces changed ( new or deleted ) - - Returns: - True if we consider that the network changed - False if we consider that the network has not changed - """ - if networkinfoexist(): - fingerprintnetwork = file_get_contents( - os.path.join(Setdirectorytempinfo(), "fingerprintnetwork") - ) - newfingerprint = createfingerprintnetwork() - if fingerprintnetwork == newfingerprint: - return False - - return True def conffilename(agenttype): """