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

(-)b/sys/netpfil/ipfw/ip_dummynet.c (-2 lines)
Lines 2511-2517 ip_dn_init(void) Link Here
2511
{
2511
{
2512
	if (dn_cfg.init_done)
2512
	if (dn_cfg.init_done)
2513
		return;
2513
		return;
2514
	printf("DUMMYNET %p with IPv6 initialized (100409)\n", curvnet);
2515
	dn_cfg.init_done = 1;
2514
	dn_cfg.init_done = 1;
2516
	/* Set defaults here. MSVC does not accept initializers,
2515
	/* Set defaults here. MSVC does not accept initializers,
2517
	 * and this is also useful for vimages
2516
	 * and this is also useful for vimages
2518
- 

Return to bug 238658