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

(-)a/src/sstat/options.c (-1 / +1 lines)
Lines 190-196 static int _addto_job_list(List job_list, char *names) Link Here
190
						 * since that means all */
190
						 * since that means all */
191
						if (!xstrcasecmp(dot, "batch"))
191
						if (!xstrcasecmp(dot, "batch"))
192
							selected_step->stepid =
192
							selected_step->stepid =
193
								SSTAT_EXTERN_STEP;
193
								SSTAT_BATCH_STEP;
194
						else if (!xstrcasecmp(dot,
194
						else if (!xstrcasecmp(dot,
195
								      "extern"))
195
								      "extern"))
196
							selected_step->stepid =
196
							selected_step->stepid =

Return to ticket 2890