[torquedev] [Bug 183] New: Minor bug in attr_to_str
bugzilla-daemon at supercluster.org
bugzilla-daemon at supercluster.org
Mon Apr 23 23:43:44 MDT 2012
http://www.clusterresources.com/bugzilla/show_bug.cgi?id=183
Summary: Minor bug in attr_to_str
Product: TORQUE
Version: 3.0.x
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: pbs_server
AssignedTo: dbeer at adaptivecomputing.com
ReportedBy: rhys.hill at adelaide.edu.au
CC: torquedev at supercluster.org
Estimated Hours: 0.0
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
--
Configure bugmail: http://www.clusterresources.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the torquedev
mailing list