diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-07-11 22:06:50 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-07-11 22:06:50 +0000 |
| commit | 5ab8ca18775714ea267d5597699d9ef3b93831d8 (patch) | |
| tree | 9fd3d01db30ba8924802b9e6f0e11bf85dcbbc6f | |
| parent | d79999ab74dc3229b4a55a219a3729f52dccc1f9 (diff) | |
Notes
| -rw-r--r-- | sbin/savecore/savecore.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/savecore/savecore.c b/sbin/savecore/savecore.c index cb583b3aafea6..cd106f05f1665 100644 --- a/sbin/savecore/savecore.c +++ b/sbin/savecore/savecore.c @@ -350,7 +350,6 @@ err1: syslog(LOG_WARNING, "%s: %s", path, strerror(errno)); (void)fprintf(fp, "%d\n", bounds + 1); (void)fclose(fp); } - (void)fclose(fp); /* Create the core file. */ (void)snprintf(path, sizeof(path), "%s/vmcore.%d%s", |
