Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 May 2007 22:18:44 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netipsec key.c
Message-ID:  <200705292218.l4TMIiLS010998@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2007-05-29 22:18:44 UTC

  FreeBSD src repository

  Modified files:
    sys/netipsec         key.c 
  Log:
  Add missing
          break;
  so when comparing AF_INET6 addresses, scope and ports we do not run into
  the default case and return 'no match' instead of 'match'.
  
  Revision  Changes    Path
  1.23      +1 -0      src/sys/netipsec/key.c



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