aboutsummaryrefslogtreecommitdiff
path: root/sdn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sdn.cpp')
-rw-r--r--sdn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdn.cpp b/sdn.cpp
index bd71a50..d4ce0d7 100644
--- a/sdn.cpp
+++ b/sdn.cpp
@@ -1064,7 +1064,7 @@ fun load_bindings () {
// Stringization in the preprocessor is a bit limited, we want lisp-case
map<string, action> actions;
- int a;
+ int a = 0;
for (auto p : g_action_names) {
string name;
for (; *p; p++)