mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-08-26 09:49:24 +03:00
Added content checking
This commit is contained in:
@ -117,7 +117,7 @@ class ntp_applier(applier_frontend):
|
||||
ntp_server_enabled = self.storage.get_hklm_entry(self.ntp_server_enabled)
|
||||
ntp_client_enabled = self.storage.get_hklm_entry(self.ntp_client_enabled)
|
||||
|
||||
if server_type:
|
||||
if server_type and server_type.data:
|
||||
if NTPServerType.NTP.value != server_type.data:
|
||||
logdata = dict()
|
||||
logdata['server_type'] = server_type
|
||||
|
Reference in New Issue
Block a user