PERFORCE change 219807 for review

Pawel Jakub Dawidek pjd at FreeBSD.org
Sun Nov 18 23:49:19 UTC 2012


http://p4web.freebsd.org/@@219807?ac=10

Change 219807 by pjd at 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
 	}
 	;
 


More information about the p4-projects mailing list