]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-dafs-commit-updatelist-change-20070831
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 31 Aug 2007 15:32:15 +0000 (15:32 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 31 Aug 2007 15:32:15 +0000 (15:32 +0000)
actually save the changed value

(cherry picked from commit 8056e9347ac139263cdc4b051ec7763d80c11214)

src/vol/volume.c

index bf1668520ef6a93af682534e767256430af0ef79..41af925b174b179b49d6146ab012507e5477b918 100644 (file)
@@ -4456,7 +4456,7 @@ VAddToVolumeUpdateList_r(Error * ec, Volume * vp)
        UpdateList = (VolumeId *) malloc(sizeof(VolumeId) * updateSize);
     } else {
        if (nUpdatedVolumes == updateSize) {
-           updateSize << 1;
+           updateSize <<= 1;
            if (updateSize > 524288) {
                Log("warning: there is likely a bug in the volume update scanner\n");
                return;