Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2008 23:45:17 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 153865 for review
Message-ID:  <200811302345.mAUNjHMa025166@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=153865

Change 153865 by rwatson@rwatson_cinnamon_macosx on 2008/11/30 23:44:27

	Use BSM address identifier, not OS address identifier for
	sock_ex tokens.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/libbsm/bsm_token.c#76 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_token.c#76 (text+ko) ====

@@ -30,7 +30,7 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/openbsm/libbsm/bsm_token.c#75 $
+ * $P4: //depot/projects/trustedbsd/openbsm/libbsm/bsm_token.c#76 $
  */
 
 #include <sys/types.h>
@@ -401,7 +401,7 @@
 {
 	token_t *t;
 	u_char *dptr = NULL;
-	u_int32_t type = AF_INET6;
+	u_int32_t type = AU_IPv6;
 
 	GET_TOKEN_AREA(t, dptr, sizeof(u_char) + 5 * sizeof(uint32_t));
 	if (t == NULL)



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