View | Details | Raw Unified | Return to bug 17532
Collapse All | Expand All

(-)host.c (-1 / +1 lines)
Lines 270-276 Link Here
270
			/*NOTREACHED*/
270
			/*NOTREACHED*/
271
		}
271
		}
272
	}
272
	}
273
	if (gettype == 0) {
273
	if (gettype == 0 && sigchase == 1) {
274
		if (verbose)
274
		if (verbose)
275
			printf ("Forcing `-t a' for signature trace.\n");
275
			printf ("Forcing `-t a' for signature trace.\n");
276
		gettype = ns_t_a;
276
		gettype = ns_t_a;

Return to bug 17532