From 537db8806e8b23895f195595ed06d4b28990edb8 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 1 Jan 2016 22:03:57 -0500 Subject: [PATCH] DONALD TRUMP IS AWESOME --- citadel/utillib/citadel_dirs.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) -- 2.30.2