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): """