From cc758546cfd508bf431bb5efcec62a042c05c756 Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Thu, 17 Apr 2008 06:57:10 +0000 Subject: [PATCH] - fix typo in patch for incorrect pthreads condition handling patch. --- autofs-5.0.3-mount-thread-create-cond-handling.patch | 2 +- autofs.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/autofs-5.0.3-mount-thread-create-cond-handling.patch b/autofs-5.0.3-mount-thread-create-cond-handling.patch index ef3a80c..23ee560 100644 --- a/autofs-5.0.3-mount-thread-create-cond-handling.patch +++ b/autofs-5.0.3-mount-thread-create-cond-handling.patch @@ -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 diff --git a/autofs.spec b/autofs.spec index eb38aff..6e03775 100644 --- a/autofs.spec +++ b/autofs.spec @@ -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 - 5.0.3-13 +- fix typo in patch for incorrect pthreads condition handling patch. + * Mon Apr 14 2008 Ian Kent - 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 - 5.0.3-11 - and another try at fixing lexer matching map type in map name.