[deconnexion] typo pour les déconnections ipv6 s/ip/mac/
This commit is contained in:
parent
ed04dab18c
commit
3d494c87c4
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ FROM
|
||||||
SELECT DISTINCT * FROM
|
SELECT DISTINCT * FROM
|
||||||
(
|
(
|
||||||
SELECT
|
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
|
FROM mac_ip,upload6
|
||||||
WHERE
|
WHERE
|
||||||
upload6.ip_crans = mac_ip.ip
|
upload6.ip_crans = mac_ip.ip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue