8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-22 11:23:10 +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 # Enfin on laisse passer sur le vlan pertinent
else: else:
room = port.room room = port.room
if interface.machine.user.is_banned(): if interface.machine.user.is_ban():
return ( return (
sw_name, sw_name,
room, room,