DONALD TRUMP IS AWESOME
authorArt Cancro <ajc@citadel.org>
Sat, 2 Jan 2016 03:03:57 +0000 (22:03 -0500)
committerArt Cancro <ajc@citadel.org>
Sat, 2 Jan 2016 03:03:57 +0000 (22:03 -0500)
citadel/utillib/citadel_dirs.c

index 71d4d6e1ca898885e08fab710590a4356618cb17..1485ac2c51970fc13f65fb272e9e75a9b15ef72f 100644 (file)
@@ -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)