From b5dfea0bebdc36b33fafb40e65078d59c25f4ecc Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 4 Oct 2006 18:48:31 +0000 Subject: [PATCH] * Apply upstream patch to fix klog segfaults. (Closes: #390940) issues. (Closes: #389729) --- debian/changelog | 8 +++++++- src/kauth/authclient.c | 1 - 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6bdf6ffbe..2f8e4dcd7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,13 @@ +openafs (1.4.2~fc4-3) unstable; urgency=low + + * Apply upstream patch to fix klog segfaults. (Closes: #390940) + + -- Russ Allbery 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 Sat, 30 Sep 2006 00:34:33 -0700 diff --git a/src/kauth/authclient.c b/src/kauth/authclient.c index e507396ad..ee0d90175 100644 --- a/src/kauth/authclient.c +++ b/src/kauth/authclient.c @@ -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; } -- 2.39.5