Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2002 18:35:58 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10622 for review
Message-ID:  <200205020135.g421Zwk44410@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10622

Change 10622 by rwatson@rwatson_curry on 2002/05/01 18:35:03

	Typo fix.

Affected files ...

... //depot/projects/trustedbsd/mac/sys/security/mac_te/mac_te.c#27 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/mac_te/mac_te.c#27 (text+ko) ====

@@ -610,7 +610,7 @@
 
 	mac_te_create_object_from_object(&oldsocket->so_label,
 	    &newsocket->so_label);
-	mac_te_create_object_from_objsect(&oldsocket->so_peerlabel,
+	mac_te_create_object_from_object(&oldsocket->so_peerlabel,
 	    &newsocket->so_peerlabel);
 }
 

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




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