STABLE14-libadmin-deubikcall-cleanup-20070718

remove bogus extra arg


(cherry picked from commit ef76695bb906c331a69356d1eb63ef00e56ea615)
This commit is contained in:
Cesar Garcia 2007-07-18 15:24:30 +00:00 committed by Derrick Brashear
parent f9c8440b21
commit f879aed62b

View File

@ -3554,9 +3554,8 @@ CheckVldb(afs_cell_handle_p cellHandle, struct nvldbentry *entry,
if (islocked) {
vcode =
ubik_VL_ReleaseLock(cellHandle->vos, 0,
entry->volumeId[RWVOL], RWVOL,
(LOCKREL_OPCODE | LOCKREL_AFSID | LOCKREL_TIMESTAMP),
&tst);
entry->volumeId[RWVOL], RWVOL,
(LOCKREL_OPCODE | LOCKREL_AFSID | LOCKREL_TIMESTAMP));
if (vcode) {
if (!tst)
tst = vcode;