update-volumesets-for-deletevolentry-20010414

analog of patch for addvolentry
This commit is contained in:
Mattias Amnefelt 2001-04-14 18:31:49 +00:00 committed by Derrick Brashear
parent 0c1eb3a380
commit 9e4c9975ad

View File

@ -188,6 +188,12 @@ afs_int32 bc_DeleteVolEntryCmd(as, arock)
vsname = as->parms[0].items->data;
code = bc_UpdateVolumeSet();
if (code) {
com_err(whoami, code, "; Can't retrieve volume sets");
return(code);
}
/* lock schedules and check validity */
ctPtr = &bc_globalConfig->configText[TB_VOLUMESET];