Yevmenkin, Maksim N, CSCIO writes:
> again, here is one of the millions of possible patches that works for me :)
> 
> *** ng_ether.c.old      Tue Jul 18 21:17:54 2000
> --- ng_ether.c  Tue Jul 18 21:48:46 2000
> ***************
> *** 293,298 ****
> --- 293,299 ----
>         bzero(priv, sizeof(*priv));
>         FREE(priv, M_NETGRAPH);
>         node->private = NULL;
> +       ng_unname(node);                /* remove node name */
>         ng_unref(node);                 /* free node itself */
>   }

I think that is the right patch. Thanks!

-Archie

___________________________________________________________________________
Archie Cobbs   *   Whistle Communications, Inc.  *   http://www.whistle.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to