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

src/vol/volume.c

index 672f4958c66826d042eeca38990d91e37d94bf18..0ab72f5427e5a8d1498ccd0850cccd32bcf00090 100644 (file)
@@ -4450,7 +4450,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;