cvs commit: src/sys/netgraph ng_bridge.c

Julian Elischer julian at FreeBSD.org
Thu May 15 11:51:29 PDT 2003


julian      2003/05/15 11:51:28 PDT

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_bridge.c 
  Log:
  fix a cut-n-paste error.
  in the case where the bridge node was closed down but a timeout
  still applied to it, the final reference to the node was freeing the private
  data structure using the wrong malloc type.
  
  Approved by:    re@
  
  Revision  Changes    Path
  1.19      +1 -1      src/sys/netgraph/ng_bridge.c


More information about the cvs-src mailing list