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

(-)sbin/ipfw/ipfw2.c (+1 lines)
Lines 419-424 Link Here
419
419
420
	b->ptr = b->buf;
420
	b->ptr = b->buf;
421
	b->avail = b->size;
421
	b->avail = b->size;
422
	b->buf[0]=0;
422
}
423
}
423
424
424
/*
425
/*

Return to bug 193888