git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
38719a2
)
restore-20071016
author
Jeffrey Altman
<jaltman@secure-endpoints.com>
Tue, 16 Oct 2007 17:55:10 +0000 (17:55 +0000)
committer
Jeffrey Altman
<jaltman@secure-endpoints.com>
Tue, 16 Oct 2007 17:55:10 +0000 (17:55 +0000)
FIXES 74531
afs_com_err() was called without specifying the error code.
src/bucoord/restore.c
patch
|
blob
|
history
diff --git
a/src/bucoord/restore.c
b/src/bucoord/restore.c
index
a06bc65
..
f4d743e
100644
(file)
--- a/
src/bucoord/restore.c
+++ b/
src/bucoord/restore.c
@@
-224,7
+224,7
@@
bc_Restorer(aindex)
code = bcdb_FindDumpByID(dumpTaskPtr->parentDumpID, dumpDescr);
if (code)
{
- afs_com_err(whoami, "Couldn't look up info for dump %d\n",
+ afs_com_err(whoami, code, "Couldn't look up info for dump %d\n",
dumpTaskPtr->parentDumpID);
continue;
}