mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
backup-addvolentry-fix-20010221
This commit is contained in:
parent
98e79522fb
commit
fd4fe77ecd
@ -66,6 +66,12 @@ bc_AddVolEntryCmd(as, arock)
|
||||
partitionName = as->parms[2].items->data;
|
||||
volRegExp = as->parms[3].items->data;
|
||||
|
||||
code = bc_UpdateVolumeSet();
|
||||
if (code) {
|
||||
com_err(whoami, code, "; Can't retrieve volume sets");
|
||||
return(code);
|
||||
}
|
||||
|
||||
ctPtr = &bc_globalConfig->configText[TB_VOLUMESET];
|
||||
|
||||
tset = bc_FindVolumeSet(bc_globalConfig, volSetName);
|
||||
|
Loading…
x
Reference in New Issue
Block a user