summaryrefslogtreecommitdiffstats
path: root/runtime/staprun/staprun_funcs.c
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-05-06 15:14:52 -0400
committerDave Brolley <brolley@redhat.com>2009-05-06 15:14:52 -0400
commit524c5a9dbab620f3812bab61ecfe01ba2a893d20 (patch)
tree5dc6ad11f0b4d3076305071ce2756f80deecdfe6 /runtime/staprun/staprun_funcs.c
parent6855a305faa34df80944f105382d45230b7b82ac (diff)
parenta6b4f9682a51062a18042f3feb6b80aa40412625 (diff)
downloadsystemtap-steved-524c5a9dbab620f3812bab61ecfe01ba2a893d20.tar.gz
systemtap-steved-524c5a9dbab620f3812bab61ecfe01ba2a893d20.tar.xz
systemtap-steved-524c5a9dbab620f3812bab61ecfe01ba2a893d20.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/staprun/staprun_funcs.c')
-rw-r--r--runtime/staprun/staprun_funcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/staprun/staprun_funcs.c b/runtime/staprun/staprun_funcs.c
index f8fe1308..46271146 100644
--- a/runtime/staprun/staprun_funcs.c
+++ b/runtime/staprun/staprun_funcs.c
@@ -449,9 +449,9 @@ check_groups (void)
int check_permissions(void)
{
int check_groups_rc;
+#if HAVE_NSS
int check_signature_rc = 0;
-#if HAVE_NSS
/* Attempt to verify the module against its signature. Return failure
if the module has been tampered with (altered). */
check_signature_rc = check_signature ();