Bugzilla – Bug 183
Minor bug in attr_to_str
Last modified: 2012-04-23 23:44:33 MDT
You need to log in before you can comment on or make changes to this bug.
rc isn't always updated properly, this seems necessary: Index: src/server/svr_recov.c =================================================================== --- src/server/svr_recov.c (revision 6023) +++ src/server/svr_recov.c (working copy) @@ -465,7 +465,7 @@ current = (resource *)GET_NEXT(current->rs_link); } - append_dynamic_string(ds, "\n"); + rc = append_dynamic_string(ds, "\n"); } not a big deal, since in practice rc is always PBSE_NONE