diff --git a/sched/server_types.C b/sched/server_types.C index 544f0edddf..6d5ecee10f 100644 --- a/sched/server_types.C +++ b/sched/server_types.C @@ -265,7 +265,7 @@ int RESULT::parse_from_client(FILE* fin) { while (fgets(buf, 256, fin)) { if (match_tag(buf, "")) return 0; else if (parse_str(buf, "", name, sizeof(name))) continue; - else if (parse_int(buf, "", client_state)) continue; + else if (parse_int(buf, "", client_state)) continue; else if (parse_double(buf, "", cpu_time)) continue; else if (match_tag(buf, "")) { strcat(xml_doc_out, buf);