Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2002 19:01:41 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14452 for review
Message-ID:  <200207190201.g6J21fJi016059@freefall.freebsd.org>

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

Change 14452 by rwatson@rwatson_paprika on 2002/07/18 19:01:35

	Fix error return in parsing routine to allow parsing to
	fail properly.

Affected files ...

.. //depot/projects/trustedbsd/mac/lib/libugidfw/ugidfw.c#2 edit

Differences ...

==== //depot/projects/trustedbsd/mac/lib/libugidfw/ugidfw.c#2 (text+ko) ====

@@ -549,7 +549,7 @@
 
 	free(stringdup);
 
-	return (0);
+	return (error);
 }
 
 int

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?200207190201.g6J21fJi016059>