Commit 0fed3a3f authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #269 from datasift/master

patch for LIBZMQ-328
parents 3f8322be 5820438b
......@@ -186,6 +186,7 @@ bool zmq::trie_t::rm (unsigned char *prefix_, size_t size_)
// The pruned node is the left-most node ptr in the
// node table => keep the right-most node
node = next.table [count - 1];
min += count - 1;
}
else if (c == min + count - 1) {
// The pruned node is the right-most node ptr in the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment