- Fixed typo in mount.nfs4 that causes a segfault during error processing

(bz 241190)
This commit is contained in:
Steve Dickson 2007-05-24 12:52:19 +00:00
parent be8827d700
commit f543a222e2
2 changed files with 6 additions and 2 deletions

View File

@ -42,7 +42,7 @@ Date: Wed May 9 13:14:26 2007 -0400
fprintf(stderr, "%s: %s\n", progname, strerror(errno));
}
}
+static int chk_mountpoint(mount_point)
+static int chk_mountpoint(char *mount_point)
+{
+ struct stat sb;
+

View File

@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
Name: nfs-utils
URL: http://sourceforge.net/projects/nfs
Version: 1.0.12
Release: 6%{?dist}
Release: 7%{?dist}
Epoch: 1
# group all 32bit related archs
@ -300,6 +300,10 @@ fi
%attr(4755,root,root) /sbin/umount.nfs4
%changelog
* Thu May 24 2007 Steve Dickson <steved@redhat.com> 1.0.10-7
- Fixed typo in mount.nfs4 that causes a segfault during
error processing (bz 241190)
* Tue May 22 2007 Steve Dickson <steved@redhat.com> 1.0.10-6
- Make sure the condrestarts exit with a zero value (bz 240225)
- Stopped /etc/sysconfig/nfs from being overwritten on updates (bz 234543)