Fixed an oops in the setup program that was causing the system user to be reset to...
authorArt Cancro <ajc@citadel.org>
Sun, 15 Jan 2017 23:24:45 +0000 (18:24 -0500)
committerArt Cancro <ajc@citadel.org>
Sun, 15 Jan 2017 23:24:45 +0000 (18:24 -0500)
citadel/utils/setup.c

index 6eaa957d3d4829c46262adbb39ab49ae186a8bc7..ce99e8f02772212a8a79673d37039e6918397187 100644 (file)
@@ -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) {