- Return None when no records match python setools.sesearch

This commit is contained in:
Dan Walsh 2010-10-14 14:35:35 -04:00
parent 51f161453c
commit a93aa5612a
1 changed files with 2 additions and 3 deletions

View File

@ -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
--- 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
@@ -0,0 +1,479 @@
+++ setools-3.3.7/python/setools/sesearch.c 2010-10-14 14:34:47.000000000 -0400
@@ -0,0 +1,478 @@
+// 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;
+ }
+ if (v) {
+ printf("Dan 1\n");
+ output = get_av_results(policy, &cmd_opts, v);
+ }
+ apol_vector_destroy(&v);