2005-04-25 19:38:21 +00:00
|
|
|
diff --exclude-from=exclude -N -u -r nsalibsepol/src/genbools.c libsepol-1.5.5/src/genbools.c
|
2005-04-26 16:33:22 +00:00
|
|
|
--- nsalibsepol/src/genbools.c 2005-04-26 12:15:36.000000000 -0400
|
2005-04-25 19:38:21 +00:00
|
|
|
+++ libsepol-1.5.5/src/genbools.c 2005-04-25 15:25:55.000000000 -0400
|
|
|
|
@@ -195,7 +195,7 @@
|
2005-02-25 19:52:36 +00:00
|
|
|
}
|
2005-04-25 19:38:21 +00:00
|
|
|
|
|
|
|
if (evaluate_conds(&policydb) < 0) {
|
2005-04-26 16:33:22 +00:00
|
|
|
- __sepol_debug_printf("%s: Error while re-evaluating conditionals\n",
|
2005-04-25 19:38:21 +00:00
|
|
|
+ __sepol_debug_printf("%s: Error while re-evaluating conditionals\n",
|
|
|
|
__FUNCTION__);
|
2005-03-29 15:39:54 +00:00
|
|
|
errno = EINVAL;
|
2005-04-25 19:38:21 +00:00
|
|
|
goto err;
|