From: Art Cancro Date: Sun, 15 Jan 2017 23:24:45 +0000 (-0500) Subject: Fixed an oops in the setup program that was causing the system user to be reset to... X-Git-Tag: v939~639 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=408a64d0f8c3b2a17cb291388f8ada274e6e83e3;p=citadel.git Fixed an oops in the setup program that was causing the system user to be reset to root on subsequent runs. --- diff --git a/citadel/utils/setup.c b/citadel/utils/setup.c index 6eaa957d3..ce99e8f02 100644 --- a/citadel/utils/setup.c +++ b/citadel/utils/setup.c @@ -841,7 +841,7 @@ void edit_value(int curr) break; case eUID: - + ctdluid = getconf_int("c_ctdluid"); if (setup_type == UI_SILENT) { if (default_value) {