diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-07-11 17:03:44 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-07-11 17:03:44 +0000 |
| commit | 50e2fb8055267d501df6e95820f4d9ef36eb6c04 (patch) | |
| tree | 650cc53deffda9828c0dc8728d06f7712fff0f3c /sbin/savecore | |
| parent | ca4b4242c962d10b0593e5b97aa894e25f724a3a (diff) | |
Notes
Diffstat (limited to 'sbin/savecore')
| -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 cb583b3aafea..cd106f05f166 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", |
