From: Art Cancro Date: Tue, 20 Aug 2019 20:33:48 +0000 (-0400) Subject: minor changes X-Git-Tag: v939~278 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=012b6dd0ef1a671aec1e32821ca114095789e3b5 minor changes --- diff --git a/citadel/utils/setup.c b/citadel/utils/setup.c index 427f62a90..4c1bab1aa 100644 --- a/citadel/utils/setup.c +++ b/citadel/utils/setup.c @@ -760,9 +760,6 @@ void edit_value(int curr) } else { -#ifdef __CYGWIN__ - ctdluid = 0; /* work-around for Windows */ -#else pw = getpwuid(ctdluid); if (pw == NULL) { set_int_val(curr, &ctdluid, default_value); @@ -961,7 +958,7 @@ void fixnss(void) { * Messages that are no longer in use. * We keep them here so we don't lose the translations if we need them later. */ -#if 0 +void niu_messages() { important_message(_("Setup finished"), _("Setup of the Citadel server is complete.\n" "If you will be using WebCit, please run its\n" @@ -972,7 +969,7 @@ void fixnss(void) { "Go back and check your configuration.\n") important_message(_("Setup finished"), _("Setup is finished. You may now start the server.")); -#endif +}