From ca2de3bbe15070dac9cd10be909cc7b8dc03c5ab Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 20 Apr 2015 10:54:52 -0400 Subject: [PATCH] Removed c_ctdluid from struct config entirely --- citadel/include/ctdl_module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel/include/ctdl_module.h b/citadel/include/ctdl_module.h index 3eda4a833..80ee3a942 100644 --- a/citadel/include/ctdl_module.h +++ b/citadel/include/ctdl_module.h @@ -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 */ -- 2.30.2