summaryrefslogtreecommitdiff
path: root/anytun.cpp
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2007-06-16 01:08:34 +0000
committerChristian Pointner <equinox@anytun.org>2007-06-16 01:08:34 +0000
commitbd379231f2d4b22b473fd7f428e518462fb7476a (patch)
tree7643fa58ffe7123cc08e7784f204efe9f5b5970e /anytun.cpp
parentremoved openvpn source files (diff)
added all the openvpn stuff
Diffstat (limited to 'anytun.cpp')
-rw-r--r--anytun.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/anytun.cpp b/anytun.cpp
index 02f0192..9aedadb 100644
--- a/anytun.cpp
+++ b/anytun.cpp
@@ -42,13 +42,11 @@ int main(int argc, char* argv[])
for(int i=0;i<100;++i)
test[i] = i;
-
Buffer a(test, 100);
Buffer b(a);
- Buffer c;
+ Buffer c;
c = b;
-
c.resize(500);
for(unsigned int i=0;i<c.getLength();++i)