From 8bb47b67a00bd4ff6a89d57cff706aba0551db8a Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 18 Oct 2004 07:12:49 +0000 Subject: [PATCH] partly-revert-volser-restore-timestamp-cleanup-20041018 messes up creation field on new volume. --- src/volser/volprocs.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/volser/volprocs.c b/src/volser/volprocs.c index 95796aa..6f049b8 100644 --- a/src/volser/volprocs.c +++ b/src/volser/volprocs.c @@ -1540,10 +1540,6 @@ VolSetInfo(struct rx_call *acid, afs_int32 atrans, td->maxquota = astatus->maxquota; if (astatus->dayUse != -1) td->dayUse = astatus->dayUse; - if (astatus->creationDate != -1) - td->creationDate = astatus->creationDate; - if (astatus->updateDate != -1) - td->updateDate = astatus->updateDate; VUpdateVolume(&error, tv); tt->rxCallPtr = (struct rx_call *)0; if (TRELE(tt)) -- 1.9.4