diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/routingTreeWalker.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routingTreeWalker.hpp b/src/routingTreeWalker.hpp index 646ea25..33e4ae6 100644 --- a/src/routingTreeWalker.hpp +++ b/src/routingTreeWalker.hpp @@ -34,7 +34,7 @@ template <class BinaryType> u_int16_t routingTreeFinder(BinaryType bytes ,RoutingTreeNode & root ) { bool valid=0; - u_int16_t mux; + u_int16_t mux=0; RoutingTreeNode * node = &root; if (root.valid_) { |