diff options
| author | 2000-08-21 21:03:25 +0000 | |
|---|---|---|
| committer | 2000-08-21 21:03:25 +0000 | |
| commit | 110f1f85f2bd1e16eafb185641e89fb930ab6440 (patch) | |
| tree | 1c4b258629e61bdc1f0f97d80900c8c6aeace525 /usr.sbin/cron/crontab.c | |
| parent | closelog, and check for various child setup failures; solar@false.com (diff) | |
| download | wireguard-openbsd-110f1f85f2bd1e16eafb185641e89fb930ab6440.tar.xz wireguard-openbsd-110f1f85f2bd1e16eafb185641e89fb930ab6440.zip | |
swap_uids_back; solar@false.com
Diffstat (limited to 'usr.sbin/cron/crontab.c')
| -rw-r--r-- | usr.sbin/cron/crontab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/cron/crontab.c b/usr.sbin/cron/crontab.c index 11624c70aaa..4f7c505b761 100644 --- a/usr.sbin/cron/crontab.c +++ b/usr.sbin/cron/crontab.c @@ -16,7 +16,7 @@ */ #if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Id: crontab.c,v 1.15 1999/11/20 20:45:16 millert Exp $"; +static char rcsid[] = "$Id: crontab.c,v 1.16 2000/08/21 21:03:25 deraadt Exp $"; #endif /* crontab - install and manage per-user crontab files @@ -242,7 +242,7 @@ parse_args(argc, argv) perror(Filename); exit(ERROR_EXIT); } - if (swap_uids() < OK) { + if (swap_uids_back() < OK) { perror("swapping uids back"); exit(ERROR_EXIT); } |
