summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin.cpp b/src/plugin.cpp
index 5d29d66..8c5879b 100644
--- a/src/plugin.cpp
+++ b/src/plugin.cpp
@@ -36,7 +36,7 @@ int plugin_is_GPL_compatible = 1;
struct Node;
-Command command = Command::Dump;
+Command command = Command::DetectNullPointers;
std::map<tree, Node*> foundNodesMap;
std::map<Node*, Node*> updateNodesMap;