Skip to content

Commit

Permalink
fixed merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabler-hpc committed Feb 2, 2025
1 parent ac9fa9f commit 08b5404
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions source/clients/qrstat/ocs_qrstat.cc
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,9 @@ int main(int argc, const char **argv) {
/*
* stage 3: fetch data from master
*/
{
answer_list = ocs::gdi::Client::sge_gdi(ocs::gdi::Target::TargetValue::SGE_AR_LIST, ocs::gdi::Command::SGE_GDI_GET,
ocs::gdi::SubCommand::SGE_GDI_SUB_NONE, &qrstat_env.ar_list,
qrstat_env.where_AR_Type, qrstat_env.what_AR_Type);
answer_list = ocs::gdi::Client::sge_gdi(ocs::gdi::Target::TargetValue::SGE_AR_LIST, ocs::gdi::Command::SGE_GDI_GET,
ocs::gdi::SubCommand::SGE_GDI_SUB_NONE, &qrstat_env.ar_list,
qrstat_env.where_AR_Type, qrstat_env.what_AR_Type);

if (answer_list_has_error(&answer_list)) {
answer_list_output(&answer_list);
Expand Down

0 comments on commit 08b5404

Please sign in to comment.