- Return None when no records match python setools.sesearch
This commit is contained in:
parent
51f161453c
commit
a93aa5612a
@ -2236,8 +2236,8 @@ diff -up setools-3.3.7/python/setools/seinfo.c.python setools-3.3.7/python/setoo
|
|||||||
+}
|
+}
|
||||||
diff -up setools-3.3.7/python/setools/sesearch.c.python setools-3.3.7/python/setools/sesearch.c
|
diff -up setools-3.3.7/python/setools/sesearch.c.python setools-3.3.7/python/setools/sesearch.c
|
||||||
--- setools-3.3.7/python/setools/sesearch.c.python 2010-07-30 15:02:10.000000000 -0400
|
--- setools-3.3.7/python/setools/sesearch.c.python 2010-07-30 15:02:10.000000000 -0400
|
||||||
+++ setools-3.3.7/python/setools/sesearch.c 2010-10-14 11:04:53.000000000 -0400
|
+++ setools-3.3.7/python/setools/sesearch.c 2010-10-14 14:34:47.000000000 -0400
|
||||||
@@ -0,0 +1,479 @@
|
@@ -0,0 +1,478 @@
|
||||||
+// Author: Thomas Liu <tliu@redhat.com>
|
+// Author: Thomas Liu <tliu@redhat.com>
|
||||||
+
|
+
|
||||||
+/**
|
+/**
|
||||||
@ -2656,7 +2656,6 @@ diff -up setools-3.3.7/python/setools/sesearch.c.python setools-3.3.7/python/set
|
|||||||
+ goto cleanup;
|
+ goto cleanup;
|
||||||
+ }
|
+ }
|
||||||
+ if (v) {
|
+ if (v) {
|
||||||
+ printf("Dan 1\n");
|
|
||||||
+ output = get_av_results(policy, &cmd_opts, v);
|
+ output = get_av_results(policy, &cmd_opts, v);
|
||||||
+ }
|
+ }
|
||||||
+ apol_vector_destroy(&v);
|
+ apol_vector_destroy(&v);
|
||||||
|
Loading…
Reference in New Issue
Block a user