aboutsummaryrefslogtreecommitdiffstats
path: root/src/msec_find
diff options
context:
space:
mode:
Diffstat (limited to 'src/msec_find')
-rw-r--r--src/msec_find/find.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/msec_find/find.c b/src/msec_find/find.c
index f0446d4..490e41d 100644
--- a/src/msec_find/find.c
+++ b/src/msec_find/find.c
@@ -139,9 +139,9 @@ __inline__ static void init()
exit(1);
}
- sgid_fd = fopen(getenv("SUID_GROUP_TODAY"), mode);
+ sgid_fd = fopen(getenv("SGID_TODAY"), mode);
if ( ! sgid_fd ) {
- perror("fopen (suid_group_today)");
+ perror("fopen (sgid_today)");
exit(1);
}