mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 00:10:15 +00:00
vos-fix-fprintf-args-20030915
FIXES 2096 kill extraneous argument to fprintf
This commit is contained in:
parent
ea4a465aa4
commit
d3093f2ba6
@ -3521,8 +3521,7 @@ DeleteEntry(as)
|
|||||||
itp->data);
|
itp->data);
|
||||||
fprintf(STDERR,
|
fprintf(STDERR,
|
||||||
"You must specify a RW volume name or ID "
|
"You must specify a RW volume name or ID "
|
||||||
"(the entire VLDB entry will be deleted)\n",
|
"(the entire VLDB entry will be deleted)\n");
|
||||||
itp->data);
|
|
||||||
PrintError("", vcode);
|
PrintError("", vcode);
|
||||||
totalFail++;
|
totalFail++;
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user