mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
vos: spell "vldb" correctly
i'm not even going to ask. Change-Id: I5f59177ef58d9728a516176a14e0504130f7c584 Reviewed-on: http://gerrit.openafs.org/5125 Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
5ebef72c02
commit
d54c9b05d0
@ -4394,7 +4394,7 @@ DeleteEntry(struct cmd_syndesc *as, void *arock)
|
|||||||
avolid = vllist->volumeId[RWVOL];
|
avolid = vllist->volumeId[RWVOL];
|
||||||
vcode = ubik_VL_DeleteEntry(cstruct, 0, avolid, RWVOL);
|
vcode = ubik_VL_DeleteEntry(cstruct, 0, avolid, RWVOL);
|
||||||
if (vcode) {
|
if (vcode) {
|
||||||
fprintf(STDOUT, "Could not delete VDLB entry for %s\n",
|
fprintf(STDOUT, "Could not delete VLDB entry for %s\n",
|
||||||
vllist->name);
|
vllist->name);
|
||||||
totalFail++;
|
totalFail++;
|
||||||
PrintError("", vcode);
|
PrintError("", vcode);
|
||||||
|
Loading…
Reference in New Issue
Block a user