From bd379231f2d4b22b473fd7f428e518462fb7476a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 16 Jun 2007 01:08:34 +0000 Subject: added all the openvpn stuff --- anytun.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'anytun.cpp') 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