From: Derrick Brashear Date: Fri, 12 Dec 2003 23:16:12 +0000 (+0000) Subject: ulock-rellock-actually-returns-void-20031212 X-Git-Tag: openafs-devel-1_3_51~3 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=61e6580fb675881db6fd8fdc7b82e343c3f920ea;p=packages%2Fo%2Fopenafs.git ulock-rellock-actually-returns-void-20031212 but seriously. --- diff --git a/src/ubik/lock.c b/src/ubik/lock.c index 943f7c993..06c6f1a94 100644 --- a/src/ubik/lock.c +++ b/src/ubik/lock.c @@ -164,7 +164,7 @@ ulock_relLock(atrans) */ atrans->locktype = 0; - return 0; + return; } /* debugging hooks */