Skip to content

Commit 8287519

Browse files
committed
updated hostcfgd
1 parent 7d4834c commit 8287519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/hostcfgd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1919,10 +1919,10 @@ class HostConfigDaemon:
19191919
ldap_server = init_data['LDAP_SERVER']
19201920
lpbk_table = init_data['LOOPBACK_INTERFACE']
19211921
kdump = init_data['KDUMP']
1922-
memory_statistics = init_data[swsscommon.CFG_MEMORY_STATISTICS_TABLE_NAME, {}]
19231922
passwh = init_data['PASSW_HARDENING']
19241923
ssh_server = init_data['SSH_SERVER']
19251924
dev_meta = init_data.get(swsscommon.CFG_DEVICE_METADATA_TABLE_NAME, {})
1925+
memory_statistics = init_data[swsscommon.CFG_MEMORY_STATISTICS_TABLE_NAME, {}]
19261926
mgmt_ifc = init_data.get(swsscommon.CFG_MGMT_INTERFACE_TABLE_NAME, {})
19271927
mgmt_vrf = init_data.get(swsscommon.CFG_MGMT_VRF_CONFIG_TABLE_NAME, {})
19281928
syslog_cfg = init_data.get(swsscommon.CFG_SYSLOG_CONFIG_TABLE_NAME, {})

0 commit comments

Comments
 (0)