~ubuntu-branches/ubuntu/raring/autofs5/raring

« back to all changes in this revision

Viewing changes to debian/patches/01UPSTREAM_autofs-5.0.3-expire-works-too-hard-update-2.patch

  • Committer: Bazaar Package Importer
  • Author(s): Jan Christoph Nordholz
  • Date: 2008-04-28 15:55:37 UTC
  • Revision ID: james.westby@ubuntu.com-20080428155537-6rr98jw7khwdeuqo
Tags: 5.0.3-1
* Upload to unstable.
* New upstream version 5.0.3 plus current patchset (as of 2008/04/27).
* Bump Standards to 3.7.3, debhelper to v6.
* Add build-dependency on libxml2-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 01UPSTREAM_autofs-5.0.3-expire-works-too-hard-update-2.patch
 
3
## DP: Supplied by upstream.
 
4
 
 
5
@DPATCH@
 
6
 
 
7
diff --git a/daemon/indirect.c b/daemon/indirect.c
 
8
index a098d42..51172f2 100644
 
9
--- a/daemon/indirect.c
 
10
+++ b/daemon/indirect.c
 
11
@@ -420,6 +420,8 @@ void *expire_proc_indirect(void *arg)
 
12
                        if (strstr(next->opts, "indirect"))
 
13
                                master_notify_submount(ap, next->path, ap->state);
 
14
                        pthread_setcancelstate(cur_state, NULL);
 
15
+
 
16
+                       continue;
 
17
                }
 
18
 
 
19
                if (ap->state == ST_EXPIRE || ap->state == ST_PRUNE)