From db3b3cfc0f383d67cad04757b4bcd2d25069522c Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Fri, 9 Sep 2016 13:21:52 -0500 Subject: [PATCH] enable authentication validation --- dmrlink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmrlink.py b/dmrlink.py index 8f98e43..7cce7ee 100755 --- a/dmrlink.py +++ b/dmrlink.py @@ -1138,7 +1138,7 @@ class IPSC(DatagramProtocol): # AUTHENTICATE THE PACKET if not self.validate_auth(self._local['AUTH_KEY'], data): logger.warning('(%s) AuthError: IPSC packet failed authentication. Type %s: Peer: %s, %s:%s', self._network, h(_packettype), int_id(_peerid), host, port) - # return + return # REMOVE SHA-1 AUTHENTICATION HASH: WE NO LONGER NEED IT else: