summaryrefslogtreecommitdiff
path: root/idtool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'idtool.cpp')
-rw-r--r--idtool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/idtool.cpp b/idtool.cpp
index 70fb15b0..aea73385 100644
--- a/idtool.cpp
+++ b/idtool.cpp
@@ -93,7 +93,7 @@ int main(int argc,char **argv)
return -1;
}
- if (!id.locallyValidate(true)) {
+ if (!id.locallyValidate()) {
std::cerr << argv[2] << " FAILED validation." << std::endl;
return -1;
} else std::cout << argv[2] << " is a valid identity (full check performed)" << std::endl;