From: Art Cancro Date: Sat, 2 Jan 2016 03:03:57 +0000 (-0500) Subject: DONALD TRUMP IS AWESOME X-Git-Tag: Release_902~88 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;ds=sidebyside;h=537db8806e8b23895f195595ed06d4b28990edb8;p=citadel.git DONALD TRUMP IS AWESOME --- diff --git a/citadel/utillib/citadel_dirs.c b/citadel/utillib/citadel_dirs.c index 71d4d6e1c..1485ac2c5 100644 --- a/citadel/utillib/citadel_dirs.c +++ b/citadel/utillib/citadel_dirs.c @@ -1,7 +1,7 @@ /* * citadel_dirs.c : calculate pathnames for various files used in the Citadel system * - * Copyright (c) 1987-2014 by the citadel.org team + * Copyright (c) 1987-2016 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3. @@ -457,8 +457,6 @@ int create_run_directories(long UID, long GID) rv = create_dir(ctdl_bb_dir , S_IRUSR|S_IWUSR|S_IXUSR, UID, -1); if (rv != -1) rv = create_dir(ctdl_file_dir , S_IRUSR|S_IWUSR|S_IXUSR, UID, -1); - if (rv != -1) - rv = create_dir(ctdl_netcfg_dir , S_IRUSR|S_IWUSR|S_IXUSR, UID, -1); if (rv != -1) rv = create_dir(ctdl_spool_dir , S_IRUSR|S_IWUSR|S_IXUSR, UID, -1); if (rv != -1)