diff options
author | Dave Brolley <brolley@redhat.com> | 2009-05-06 13:52:52 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-05-06 13:52:52 -0400 |
commit | 67c7a9ac91ea3de5cadb7c90028365fdac1f530f (patch) | |
tree | fcd156335aacca27faf299561ca7a604a9ef75c1 /runtime/staprun | |
parent | 07e1c7c9f0c0244530d4cb1f4a876355df1a2aec (diff) | |
download | systemtap-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/staprun')
-rw-r--r-- | runtime/staprun/staprun_funcs.c | 2 |
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 (); |