Add $DedupeReminders global variable.

This commit is contained in:
Dianne Skoll
2024-11-12 09:26:31 -05:00
parent aec17b3243
commit e0fde98410
13 changed files with 346 additions and 6 deletions
+2
View File
@@ -192,6 +192,8 @@ void InitRemind(int argc, char const *argv[])
PurgeFP = NULL;
InitDedupeTable();
/* Make sure remind is not installed set-uid or set-gid */
if (getgid() != getegid() ||
getuid() != geteuid()) {