From 3d494c87c4bf934d34963c79758b096f746f0fd8 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Sat, 23 Mar 2013 17:28:36 +0100 Subject: [PATCH] =?UTF-8?q?[deconnexion]=20typo=20pour=20les=20d=C3=A9conn?= =?UTF-8?q?ections=20ipv6=20s/ip/mac/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- surveillance/deconnexion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surveillance/deconnexion.py b/surveillance/deconnexion.py index 0a0199c9..df8e797b 100755 --- a/surveillance/deconnexion.py +++ b/surveillance/deconnexion.py @@ -121,7 +121,7 @@ FROM SELECT DISTINCT * FROM ( SELECT - upload6.date, mac_ip.ip AS ip_crans, upload6.ip_ext, upload6.id, upload6.port_crans, upload6.port_ext, upload6.download, upload6.upload + upload6.date, mac_ip.mac AS ip_crans, upload6.ip_ext, upload6.id, upload6.port_crans, upload6.port_ext, upload6.download, upload6.upload FROM mac_ip,upload6 WHERE upload6.ip_crans = mac_ip.ip