Removed c_ctdluid from struct config entirely
authorArt Cancro <ajc@uncensored.citadel.org>
Mon, 20 Apr 2015 14:54:52 +0000 (10:54 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Mon, 20 Apr 2015 14:54:52 +0000 (10:54 -0400)
citadel/include/ctdl_module.h

index 3eda4a8337de2f498eba7e00c28e335b53f85f61..80ee3a9425bea7a99aaea3f8bbbbc02bd82587b6 100644 (file)
@@ -301,7 +301,7 @@ struct config {
        char c_fqdn[64];                /* this site's fully qualified domain name */
        char c_humannode[21];           /* human-readable site name */
        char c_phonenum[16];            /* telephone number */
-       uid_t c_ctdluid;                /* uid of posix account under which Citadel will run */
+       uid_t c_niu_6;
        char c_creataide;               /* 1 = creating a room auto-grants room aide privileges */
        int c_sleeping;                 /* watchdog timer (seconds) */
        char c_initax;                  /* initial access level for new users */