tests/auth_log: Don’t silently override remoteAddress
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 23 May 2023 01:07:07 +0000 (13:07 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 24 May 2023 00:50:31 +0000 (00:50 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/auth_log_base.py

index 2026bc97a8352c7604b790e6699230f3c35195d1..8987ae0785f7e7589cb5d75770c168b8ecd59e25 100644 (file)
@@ -66,7 +66,6 @@ class AuthLogTestBase(samba.tests.TestCase):
         self.msg_ctx.register(self.msg_handler_and_context,
                               msg_type=MSG_AUTH_LOG)
 
-        self.remoteAddress = None
         self.server = os.environ["SERVER"]
         self.connection = None