diff --git a/feeds/ucentral/uspot/files/usr/share/uspot/uspot.uc b/feeds/ucentral/uspot/files/usr/share/uspot/uspot.uc index acf7c4601..17badfbf1 100755 --- a/feeds/ucentral/uspot/files/usr/share/uspot/uspot.uc +++ b/feeds/ucentral/uspot/files/usr/share/uspot/uspot.uc @@ -460,8 +460,10 @@ function run_service() { address = uc(address); - if (interfaces[interface].clients[address]) + if (interfaces[interface].clients[address]) { + radius_terminate(interface, address, radtc_logout); client_remove(interface, address, 'client_remove event'); + } return 0; },