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

(-)readconf.c (-1 / +1 lines)
Lines 1255-1261 Link Here
1255
1255
1256
	xfree(p);
1256
	xfree(p);
1257
1257
1258
	if (fwd->listen_port == 0 && fwd->connect_port == 0)
1258
	if (fwd->listen_port == 0 || fwd->connect_port == 0)
1259
		goto fail_free;
1259
		goto fail_free;
1260
1260
1261
	if (fwd->connect_host != NULL &&
1261
	if (fwd->connect_host != NULL &&

Return to bug 1378