summaryrefslogtreecommitdiff
path: root/include/persistent_data.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/persistent_data.hpp')
-rw-r--r--include/persistent_data.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/persistent_data.hpp b/include/persistent_data.hpp
index 19c424a202..0ff0c7e1df 100644
--- a/include/persistent_data.hpp
+++ b/include/persistent_data.hpp
@@ -193,6 +193,7 @@ class ConfigFile
{"session_token", p.second->sessionToken},
{"username", p.second->username},
{"csrf_token", p.second->csrfToken},
+ {"client_ip", p.second->clientIp},
#ifdef BMCWEB_ENABLE_IBM_MANAGEMENT_CONSOLE
{"client_id", p.second->clientId},
#endif