Skip to content

Commit

Permalink
updated the init_data
Browse files Browse the repository at this point in the history
  • Loading branch information
kanza-latif committed Sep 25, 2024
1 parent fd20479 commit 1bcc1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hostcfgd
Original file line number Diff line number Diff line change
Expand Up @@ -1917,7 +1917,7 @@ class HostConfigDaemon:
ldap_server = init_data['LDAP_SERVER']
lpbk_table = init_data['LOOPBACK_INTERFACE']
kdump = init_data['KDUMP']
memory_statistics = init_data['MEMORY_STATISTICS']
memory_statistics = init_data[swsscommon.CFG_MEMORY_STATISTICS_TABLE_NAME, {}]
passwh = init_data['PASSW_HARDENING']
ssh_server = init_data['SSH_SERVER']
dev_meta = init_data.get(swsscommon.CFG_DEVICE_METADATA_TABLE_NAME, {})
Expand Down

0 comments on commit 1bcc1ef

Please sign in to comment.