View | Details | Raw Unified | Return to ticket 4651
Collapse All | Expand All

(-)a/src/common/plugstack.c (-1 / +1 lines)
Lines 808-814 static int spank_stack_post_opt (struct spank_stack * stack, Link Here
808
	 *  Now that all options have been processed, we can
808
	 *  Now that all options have been processed, we can
809
	 *   call the post_opt handlers here in remote context.
809
	 *   call the post_opt handlers here in remote context.
810
	 */
810
	 */
811
	return (_do_call_stack(stack, SPANK_INIT_POST_OPT, job, -1) < 0);
811
	return (_do_call_stack(stack, SPANK_INIT_POST_OPT, job, -1));
812
812
813
}
813
}
814
814

Return to ticket 4651