Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2002 16:18:42 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20320 for review
Message-ID:  <200210290018.g9T0IgkM043232@repoman.freebsd.org>

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

Change 20320 by rwatson@rwatson_tislabs on 2002/10/28 16:18:22

	Remove dup from integ.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#166 edit

Differences ...

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

@@ -1183,12 +1183,6 @@
 				    "\"%s\" is too long (must be < %d)\n",
 				    q, IFNAMSIZ);
 			}
-			else {
-				*p = '\0';
-				printf("MAC/Biba warning: interface name "
-				    "\"%s\" is too long (must be < %d)\n",
-				    q, IFNAMSIZ);
-			}
 			if (*p == '\0')
 				break;
 			q = p + 1;

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?200210290018.g9T0IgkM043232>