]> git.pld-linux.org Git - packages/autofs.git/blob - autofs-5.0.2-cleanup-krb5-comment.patch
68f2b407aea8b11fa2572e7aedf613eedc8454ff
[packages/autofs.git] / autofs-5.0.2-cleanup-krb5-comment.patch
1 diff --git a/CHANGELOG b/CHANGELOG
2 index 0340940..ddfa6f1 100644
3 --- a/CHANGELOG
4 +++ b/CHANGELOG
5 @@ -29,6 +29,7 @@
6  - re-read config on HUP signal.
7  - add LDAP_URI, LDAP_TIMEOUT and LDAP_NETWORK_TIMEOUT configuration options.
8  - fix forground logging and add option to man page.
9 +- remove unjustified, nasty comment about krb5 package.
10  
11  18/06/2007 autofs-5.0.2
12  -----------------------
13 diff --git a/daemon/automount.c b/daemon/automount.c
14 index 51f6a8b..930b13f 100644
15 --- a/daemon/automount.c
16 +++ b/daemon/automount.c
17 @@ -1263,22 +1263,6 @@ void *handle_mounts(void *arg)
18         }
19  
20         pthread_cleanup_pop(1);
21 -
22 -       /*
23 -        * A cowboy .. me!
24 -        * That noise yu ear aint spuurs sonny!!
25 -        *
26 -        * The libkrb5support destructor called indirectly through
27 -        * libgssapi_krb5 which is used bt libkrb5 (somehow) must run
28 -        * to completion before the last thread using it exits so
29 -        * that it's per thread data keys are deleted or we get a
30 -        * little segfault at exit. So much for dlclose being
31 -        * syncronous.
32 -        *
33 -        * So, the solution is a recipe for disaster.
34 -        * Hope we don't get a really busy system!
35 -        */
36 -       /*sleep(1);*/
37         sched_yield();
38  
39         return NULL;
This page took 0.069063 seconds and 2 git commands to generate.