diff options
Diffstat (limited to 'miscutils/crontab.c')
-rw-r--r-- | miscutils/crontab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/crontab.c b/miscutils/crontab.c index 3706f9fd8..a3bfd495d 100644 --- a/miscutils/crontab.c +++ b/miscutils/crontab.c | |||
@@ -269,7 +269,7 @@ static int GetReplaceStream(const char *user, const char *file) | |||
269 | if (ChangeUser(user, 0) < 0) | 269 | if (ChangeUser(user, 0) < 0) |
270 | exit(0); | 270 | exit(0); |
271 | 271 | ||
272 | bb_default_error_retval = 0; | 272 | xfunc_error_retval = 0; |
273 | fd = xopen(file, O_RDONLY); | 273 | fd = xopen(file, O_RDONLY); |
274 | buf[0] = 0; | 274 | buf[0] = 0; |
275 | write(filedes[1], buf, 1); | 275 | write(filedes[1], buf, 1); |