mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
Rename error/errorx -> fatal/fatalx and remove the exit value as
it was always 1.
This commit is contained in:
@@ -411,7 +411,7 @@ remove_timestamp(bool remove)
|
||||
if (!remove) {
|
||||
timevalclear(&tv);
|
||||
if (touch(-1, path, &tv) == -1 && errno != ENOENT)
|
||||
error(1, _("unable to reset %s to the epoch"), path);
|
||||
fatal(_("unable to reset %s to the epoch"), path);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user