From 3de9c8bd2864205bbb867e32ac9dd1141c8d6ae1 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 2 Jun 2025 21:06:34 +0200 Subject: [PATCH] Fixed bug im PAM authentication, thanks to SW --- src/elogd.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elogd.cxx b/src/elogd.cxx index cdfcbd6f..80fc357b 100755 --- a/src/elogd.cxx +++ b/src/elogd.cxx @@ -27565,7 +27565,7 @@ void interprete(char *lbook, const char *path) #ifdef HAVE_PAM /* save new user */ if (strieq(command, loc("Save")) && isparam("new_user_name") && !isparam("config")) { - save_user_config(NULL, getparam("new_user_name"), 1); + save_user_config(lbs, getparam("new_user_name"), 1); redirect(lbs, ""); check_login(lbs, NULL); return;