summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-05-06 13:52:52 -0400
committerDave Brolley <brolley@redhat.com>2009-05-06 13:52:52 -0400
commit67c7a9ac91ea3de5cadb7c90028365fdac1f530f (patch)
treefcd156335aacca27faf299561ca7a604a9ef75c1 /runtime
parent07e1c7c9f0c0244530d4cb1f4a876355df1a2aec (diff)
downloadsystemtap-steved-67c7a9ac91ea3de5cadb7c90028365fdac1f530f.tar.gz
systemtap-steved-67c7a9ac91ea3de5cadb7c90028365fdac1f530f.tar.xz
systemtap-steved-67c7a9ac91ea3de5cadb7c90028365fdac1f530f.zip
Problems using server scripts when not on PATH.
HAVE_NSS related compile time warning.
Diffstat (limited to 'runtime')
-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 40af1678..8da7e7e8 100644
--- a/runtime/staprun/staprun_funcs.c
+++ b/runtime/staprun/staprun_funcs.c
@@ -448,9 +448,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 ();