From dcafea769a1cb70c7b1f8763ae4f7b7744b2a436 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Wed, 21 May 2008 21:15:41 +0000 Subject: [PATCH] vos-sync-flag-voltype-properly-20080521 LICENSE IPL10 when adding a backup volume to a vldb entry, flag it as such. --- src/volser/vsprocs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/volser/vsprocs.c b/src/volser/vsprocs.c index 6d3ac5e..137486a 100644 --- a/src/volser/vsprocs.c +++ b/src/volser/vsprocs.c @@ -5571,7 +5571,7 @@ CheckVolume(volintInfo * volumeinfo, afs_int32 aserver, afs_int32 apart, entry.serverNumber[idx] = aserver; entry.serverPartition[idx] = apart; - entry.serverFlags[idx] = ITSRWVOL; + entry.serverFlags[idx] = ITSBACKVOL; modified++; } -- 1.9.4