summaryrefslogtreecommitdiffstats
path: root/buildrun.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'buildrun.cxx')
-rw-r--r--buildrun.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildrun.cxx b/buildrun.cxx
index 30a602b3..31f7ec00 100644
--- a/buildrun.cxx
+++ b/buildrun.cxx
@@ -225,8 +225,8 @@ compile_pass (systemtap_session& s)
// If a certificate database was specified, then try to sign the module.
// Failure to do so is not a fatal error. If the signature is actually needed,
// staprun will complain at that time.
- if (!s.cert_db_path.empty())
- sign_module (s);
+ assert (! s.cert_db_path.empty());
+ sign_module (s);
#endif
return rc;