use V_creationDate in DumpHeader for R/O volumes
[openafs.git] / src / volser / vol-dump.c
index 56b4657..c78f1c5 100644 (file)
@@ -380,7 +380,7 @@ DumpDumpHeader(int dumpfd, Volume * vp, afs_int32 fromtime)
        dumpTimes[1] = V_updateDate(vp);        /* until last update */
        break;
     case readonlyVolume:
-       dumpTimes[1] = V_copyDate(vp);          /* until clone was made */
+       dumpTimes[1] = V_creationDate(vp);      /* until clone was updated */
        break;
     case backupVolume:
        dumpTimes[1] = V_backupDate(vp);        /* until backup was made */