Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 49241
Collapse All | Expand All

(-)tracepath.c.old (-2 / +2 lines)
Lines 227-233 Link Here
227
227
228
	memset(sndbuf,0,mtu);
228
	memset(sndbuf,0,mtu);
229
229
230
restart:
231
	for (i=0; i<10; i++) {
230
	for (i=0; i<10; i++) {
232
		int res;
231
		int res;
233
232
Lines 243-249 Link Here
243
		if (res==0)
242
		if (res==0)
244
			return 0;
243
			return 0;
245
		if (res > 0)
244
		if (res > 0)
246
			goto restart;
245
			i = 0;
246
			continue;
247
	}
247
	}
248
	hisptr = (hisptr + 1)&63;
248
	hisptr = (hisptr + 1)&63;
249
249

Return to bug 49241