]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Remove incorrect return call in shutdown_icl() introduced by b7198421
authorRuss Allbery <rra@debian.org>
Tue, 1 Dec 2009 00:53:57 +0000 (16:53 -0800)
committerRuss Allbery <rra@debian.org>
Tue, 1 Dec 2009 00:53:57 +0000 (16:53 -0800)
debian/changelog
src/afs/afs_call.c

index fc086c9f5da275d19bdf1571262ba80ea8baea8c..e841526f036ec062f82fb7dcdb478b2ad3f8a8a9 100644 (file)
@@ -11,6 +11,7 @@ openafs (1.4.11+dfsg-6) unstable; urgency=low
     - [2d6c0390] Add array bounds checking in h_Enumerate
     - [70f6a328] Check for (hostFlags & HOSTDELETED) after h_Lock_r
     - [c7a59397] Avoid IHandle leak when failing to attach volume
+  * Remove incorrect return call in shutdown_icl() introduced by b7198421.
   * Do not attempt to build the kernel module with DKMS if the appropriate
     Linux headers aren't installed.  Based on code from the common DKMS
     postinst script (which we'll just use once it's reliably available).
index 0b6011d552702c34299885d849337de4405b74df..5308d11b511cb28e44c41c58898d1b911abe1255 100644 (file)
@@ -3448,5 +3448,4 @@ shutdown_icl(void)
        afs_icl_LogFree(logp);
        afs_icl_LogFree(logp);
     }
-    return 0;
 }