diff options
author | Dave Brolley <brolley@redhat.com> | 2009-05-06 15:14:52 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-05-06 15:14:52 -0400 |
commit | 524c5a9dbab620f3812bab61ecfe01ba2a893d20 (patch) | |
tree | 5dc6ad11f0b4d3076305071ce2756f80deecdfe6 /runtime/staprun/staprun_funcs.c | |
parent | 6855a305faa34df80944f105382d45230b7b82ac (diff) | |
parent | a6b4f9682a51062a18042f3feb6b80aa40412625 (diff) | |
download | systemtap-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.c | 2 |
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 (); |