Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Nov 2012 23:49:18 GMT
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 219807 for review
Message-ID:  <201211182349.qAINnIVs043035@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@219807?ac=10

Change 219807 by pjd@pjd_anger on 2012/11/18 23:48:46

	IFpjd_openbsm.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bin/auditdistd/parse.y#2 integrate

Differences ...

==== //depot/projects/trustedbsd/openbsm/bin/auditdistd/parse.y#2 (text+ko) ====

@@ -27,7 +27,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/parse.y#1 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/parse.y#2 $
  */
 
 #include "config.h"
@@ -228,6 +228,11 @@
 		depth1_compression = -1;
 		depth1_source[0] = '\0';
 		depth1_directory[0] = '\0';
+
+#ifndef HAVE_AUDIT_SYSCALLS
+		pjdlog_error("Sender functionality is not available.");
+		return (1);
+#endif
 	}
 	;
 



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