aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2010-09-21 11:04:53 +0000
committerPhilipp Tölke <toelke@in.tum.de>2010-09-21 11:04:53 +0000
commitd3d98c1dcdc5b512d45c949bd1538ec8e9c10058 (patch)
tree285543afa4a8662bf095e90f1d3593d7e8a0966c /src
parent9f6544f9a99e6bcde807f2c9364ff9a6f495697b (diff)
downloadgnunet-d3d98c1dcdc5b512d45c949bd1538ec8e9c10058.tar.gz
gnunet-d3d98c1dcdc5b512d45c949bd1538ec8e9c10058.zip
removed unnessecary debug output of the helper
Diffstat (limited to 'src')
-rw-r--r--src/vpn/gnunet-helper-vpn.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vpn/gnunet-helper-vpn.c b/src/vpn/gnunet-helper-vpn.c
index 2d8b5baf3..459f2f491 100644
--- a/src/vpn/gnunet-helper-vpn.c
+++ b/src/vpn/gnunet-helper-vpn.c
@@ -156,8 +156,6 @@ int main(int argc, char** argv) {
156 exit(1); 156 exit(1);
157 } 157 }
158 158
159 fprintf(stderr, "Initialized the interface %s as %d.\n", dev, fd_tun);
160
161 { 159 {
162 // TODO: get this out of argv 160 // TODO: get this out of argv
163 char address[] = "1234::1"; 161 char address[] = "1234::1";
@@ -283,7 +281,6 @@ outer:
283 } 281 }
284 } 282 }
285 } 283 }
286 fprintf(stderr, "Quitting!\n");
287 284
288 close(fd_tun); 285 close(fd_tun);
289 286