- fix typo in patch for incorrect pthreads condition handling patch.

This commit is contained in:
Ian Kent 2008-04-17 06:57:10 +00:00
parent 7342f18e41
commit cc758546cf
2 changed files with 6 additions and 3 deletions

View File

@ -235,7 +235,7 @@ diff -up autofs-5.0.3/daemon/direct.c.mount-thread-create-cond-handling autofs-5
cont:
- status = lookup_nss_mount(ap, NULL, mt->name, strlen(mt->name));
+ status = lookup_nss_mount(ap, NULL, mt.name, mt.len);
+ status = lookup_nss_mount(ap, NULL, mt.name, strlen(mt.name));
/*
* Direct mounts are always a single mount. If it fails there's
* nothing to undo so just complain

View File

@ -4,7 +4,7 @@
Summary: A tool for automatically mounting and unmounting filesystems
Name: autofs
Version: 5.0.3
Release: 12
Release: 13
Epoch: 1
License: GPL
Group: System Environment/Daemons
@ -127,8 +127,11 @@ fi
%{_libdir}/autofs/
%changelog
* Thu Apr 17 2008 Ian Kent <ikent@redhat.com> - 5.0.3-13
- fix typo in patch for incorrect pthreads condition handling patch.
* Mon Apr 14 2008 Ian Kent <ikent@redhat.com> - 5.0.3-12
- fix incorrect pthreads condifion handling for mount requests.
- fix incorrect pthreads condition handling for mount requests.
* Sun Apr 1 2008 Ian Kent <ikent@redhat.com> - 5.0.3-11
- and another try at fixing lexer matching map type in map name.