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

(-)res/res_pjsip/pjsip_cli.c (-1 / +1 lines)
Lines 172-178 Link Here
172
		}
172
		}
173
		regex = a->argv[4];
173
		regex = a->argv[4];
174
	} else {
174
	} else {
175
		regex = "";
175
		regex = ".";
176
	}
176
	}
177
177
178
	if (cmd == CLI_GENERATE
178
	if (cmd == CLI_GENERATE

Return to bug 211187