diff options
author | Christian Hesse <mail@eworm.de> | 2020-06-30 20:26:37 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-06-30 20:26:37 +0200 |
commit | 5b03ae4fa2a914c589a83add2a30549fa4847227 (patch) | |
tree | c90de048813532423ab63b088963394debec6e1f /global-functions | |
parent | 2093661552c1da7ed4b81875eee39bc5e1167698 (diff) |
global-functions: do not initialize $Sent* variables
The scripts work without initialization, removing this makes sure the
value is not overwritten on global functions reload.
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/global-functions b/global-functions index f529511..c66f39f 100644 --- a/global-functions +++ b/global-functions @@ -13,9 +13,6 @@ # global variables not to be changed by user :global GlobalFunctionsReady false; :global Identity [ / system identity get name ]; -:global SentConfigChangesNotification "-"; -:global SentLteFirmwareUpgradeNotification "-"; -:global SentRouterosUpdateNotification "-"; # global functions :global CertificateAvailable; |