Skip to content

Commit

Permalink
Merge pull request #51 from brianhlin/sw2067_accountingGroupOSG
Browse files Browse the repository at this point in the history
Fix evaluation of UID and extattr tables (SOFTWARE-2067)
  • Loading branch information
matyasselmeci committed Nov 6, 2015
2 parents f83ac19 + c41de96 commit b0a3b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/condor_ce_router_defaults
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ JOB_ROUTER_DEFAULTS_GENERATED = \\
copy_OnExitHoldSubCode = "orig_OnExitHoldSubCode"; \\
eval_set_OnExitHoldSubCode = ifThenElse((orig_OnExitHold isnt null) && orig_OnExitHold, \\
ifThenElse(orig_OnExitHoldSubCode isnt null, orig_OnExitHoldSubCode, 1), 42); \\
eval_set_AccountingGroupOSG = @accounting_group@; \\
set_AccountingGroup = AccountingGroupOSG; \\
set_AccountingGroupOSG = @accounting_group@; \\
eval_set_AccountingGroup = AccountingGroupOSG; \\
]
"""

Expand Down

0 comments on commit b0a3b62

Please sign in to comment.