Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2003 11:51:28 -0700 (PDT)
From:      Julian Elischer <julian@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph ng_bridge.c
Message-ID:  <200305151851.h4FIpSK6059189@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305151851.h4FIpSK6059189>