summaryrefslogtreecommitdiff
path: root/buffer.cpp
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2007-06-17 16:14:34 +0000
committerChristian Pointner <equinox@anytun.org>2007-06-17 16:14:34 +0000
commit87735d1c20816e8c1c0092a86dc8d1ab80ab36db (patch)
tree84b8850480ed94d3b8862a757804c8e2a821783b /buffer.cpp
parentbugfixes @ tunDevice (diff)
added cypher and authalgo
Diffstat (limited to 'buffer.cpp')
-rw-r--r--buffer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/buffer.cpp b/buffer.cpp
index 0c6a82a..676deae 100644
--- a/buffer.cpp
+++ b/buffer.cpp
@@ -102,6 +102,7 @@ u_int32_t Buffer::resize(u_int32_t new_length)
length_ = new_length;
buf_ = tmp;
+ return length_;
}
u_int32_t Buffer::getLength() const