summaryrefslogtreecommitdiff
path: root/src/routingTreeWalker.hpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-12-22 02:31:28 +0000
committerOthmar Gsenger <otti@anytun.org>2008-12-22 02:31:28 +0000
commit2082915dcbe234bd36310e0c41e03a07e7c65cc6 (patch)
treebe9306dcbf6e9ae367b86b39ffdb92ff1ae2e2b3 /src/routingTreeWalker.hpp
parentrouting fix (diff)
compiler waring fix
Diffstat (limited to 'src/routingTreeWalker.hpp')
-rw-r--r--src/routingTreeWalker.hpp2
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_)
{