summaryrefslogtreecommitdiff
path: root/include/authentication.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/authentication.hpp')
-rw-r--r--include/authentication.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/authentication.hpp b/include/authentication.hpp
index 6a9e6ad69b..84875a9a1d 100644
--- a/include/authentication.hpp
+++ b/include/authentication.hpp
@@ -84,9 +84,8 @@ static std::shared_ptr<persistent_data::UserSession>
// needed.
// This whole flow needs to be revisited anyway, as we can't be
// calling directly into pam for every request
- std::string unsupportedClientId;
return persistent_data::SessionStore::getInstance().generateUserSession(
- user, clientIp, unsupportedClientId,
+ user, clientIp, std::nullopt,
persistent_data::PersistenceType::SINGLE_REQUEST, isConfigureSelfOnly);
}
#endif