* Variable names, comments, documentation, etc... removed the acronym 'BBS'
[citadel.git] / citadel / chkpwd.c
index efcbb674bb230b66d2d956e2a7f4572a9800af57..ece82c2a1129e90d53447f5f11bf31f26a13b3d0 100644 (file)
@@ -28,7 +28,7 @@ int main(void)
   get_config();
   uid = getuid();
 
-  if (uid != BBSUID && uid)
+  if (uid != CTDLUID && uid)
     {
       pw = getpwuid(uid);
       openlog("chkpwd", LOG_CONS, LOG_AUTH);