PERFORCE change 90110 for review

Robert Watson rwatson at FreeBSD.org
Sat Jan 21 08:41:26 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=90110

Change 90110 by rwatson at rwatson_sesame on 2006/01/21 16:40:47

	Remove unneeded '&' on array.
	
	Submitted by:	phk
	Found with:	FlexeLint

Affected files ...

.. //depot/projects/trustedbsd/openbsm/libbsm/bsm_io.c#26 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_io.c#26 (text+ko) ====

@@ -2255,7 +2255,7 @@
 		if (err)
 			return (-1);
 	} else if (tok->tt.subj32_ex.tid.type == AU_IPv6) {
-		READ_TOKEN_BYTES(buf, len, &tok->tt.subj32_ex.tid.addr,
+		READ_TOKEN_BYTES(buf, len, tok->tt.subj32_ex.tid.addr,
 		    sizeof(tok->tt.subj32_ex.tid.addr), tok->len, err);
 		if (err)
 			return (-1);


More information about the p4-projects mailing list