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.
This commit is contained in:
Christian Hesse 2020-06-30 20:26:37 +02:00
parent 2093661552
commit 5b03ae4fa2

View file

@ -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;