8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-19 09:02:35 +00:00

Typo sur la vérification de bannissement.

This commit is contained in:
Hugo LEVY-FALK 2018-12-05 12:19:29 +01:00 committed by chirac
parent 2702d7c116
commit b2be55a909

View file

@ -514,7 +514,7 @@ def decide_vlan_switch(nas_machine, nas_type, port_number,
# Enfin on laisse passer sur le vlan pertinent
else:
room = port.room
if interface.machine.user.is_banned():
if interface.machine.user.is_ban():
return (
sw_name,
room,