mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-23 11:53:12 +00:00
Remplace raise par un appel aux fonction freeradius
This commit is contained in:
parent
be2657ea59
commit
de04a7ce40
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ def radius_event(fun):
|
||||||
return fun(data)
|
return fun(data)
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
logger.error('Failed %r on data %r' % (err, auth_data))
|
logger.error('Failed %r on data %r' % (err, auth_data))
|
||||||
raise
|
return radiusd.RLM_MODULE_FAIL
|
||||||
|
|
||||||
return new_f
|
return new_f
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue