7ae04558ee
Fixed bug in role hierarchy checker.
13 lines
498 B
Diff
13 lines
498 B
Diff
diff --exclude-from=exclude -N -u -r nsalibsepol/src/genbools.c libsepol-1.5.5/src/genbools.c
|
|
--- nsalibsepol/src/genbools.c 2005-04-26 12:15:36.000000000 -0400
|
|
+++ libsepol-1.5.5/src/genbools.c 2005-04-25 15:25:55.000000000 -0400
|
|
@@ -195,7 +195,7 @@
|
|
}
|
|
|
|
if (evaluate_conds(&policydb) < 0) {
|
|
- __sepol_debug_printf("%s: Error while re-evaluating conditionals\n",
|
|
+ __sepol_debug_printf("%s: Error while re-evaluating conditionals\n",
|
|
__FUNCTION__);
|
|
errno = EINVAL;
|
|
goto err;
|