mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
Add killing connectd at connscheduler hangup
This commit is contained in:
@@ -63,6 +63,9 @@ exit 0;
|
||||
#
|
||||
sub hangup
|
||||
{
|
||||
# Kill connectd if running to prevent redial
|
||||
system('/bin/killall', 'connectd');
|
||||
|
||||
unless ( -e "${General::swroot}/red/active" )
|
||||
{
|
||||
&General::log("ConnSched already disconnected");
|
||||
|
||||
Reference in New Issue
Block a user