Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2000 12:57:32 -0800 (PST)
From:      Yoshinobu Inoue <shin@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ndp ndp.c
Message-ID:  <200003112057.MAA80052@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
shin        2000/03/11 12:57:31 PST

  Modified files:
    usr.sbin/ndp         ndp.c 
  Log:
  Add missing return.
  
    "ndp" command should deletes only neighbor cache entries, but the
    program lacks necessary "return" after the neighbor cache
    entry check, so it might deletes non neighbor cache entries.
    (it seems that usually no problem happens.)
  
  Approved by: jkh
  Reviewed by: ume
  
  Revision  Changes    Path
  1.2       +2 -1      src/usr.sbin/ndp/ndp.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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