]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
* Apply upstream patch to fix klog segfaults. (Closes: #390940)
authorRuss Allbery <rra@debian.org>
Wed, 4 Oct 2006 18:48:31 +0000 (18:48 +0000)
committerRuss Allbery <rra@debian.org>
Wed, 4 Oct 2006 18:48:31 +0000 (18:48 +0000)
  issues.  (Closes: #389729)

debian/changelog
src/kauth/authclient.c

index 6bdf6ffbe191d94423cd2b6edb10acbf810627d8..2f8e4dcd7a8ec193d6ac8c9b6c2ed53269d850a7 100644 (file)
@@ -1,7 +1,13 @@
+openafs (1.4.2~fc4-3) unstable; urgency=low
+
+  * Apply upstream patch to fix klog segfaults.  (Closes: #390940)
+
+ -- Russ Allbery <rra@debian.org>  Tue,  3 Oct 2006 17:09:23 -0700
+
 openafs (1.4.2~fc4-2) unstable; urgency=low
 
   * Apply additional upstream patch for AMD64 2.6.18 kernel module build
-    issues.  (Closes:  #389729)
+    issues.  (Closes: #389729)
 
  -- Russ Allbery <rra@debian.org>  Sat, 30 Sep 2006 00:34:33 -0700
 
index e507396ade51b8b302a845fe09105234de1f1b2d..ee0d901759d9cf57249ff0dcd85432d474cb843e 100644 (file)
@@ -145,7 +145,6 @@ ka_GetServers(char *cell, struct afsconf_cell * cellinfo)
        }
     }
     code = myCellLookup(conf, cell, AFSCONF_KAUTHSERVICE, cellinfo);
-    afsconf_Close(conf);
     UNLOCK_GLOBAL_MUTEX;
     return code;
 }