aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-helper-vpn.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-26 07:35:23 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-26 07:35:23 +0000
commit3c6ad720d7a3be6901f747c46a5700b9380c5993 (patch)
tree26d55a367cbbc4dfabb18bd809fe6b167a9f408f /src/vpn/gnunet-helper-vpn.c
parent8615a73413015aea685349fde2b59b1d26df20a5 (diff)
downloadgnunet-3c6ad720d7a3be6901f747c46a5700b9380c5993.tar.gz
gnunet-3c6ad720d7a3be6901f747c46a5700b9380c5993.zip
fix compiler warnings
Diffstat (limited to 'src/vpn/gnunet-helper-vpn.c')
-rw-r--r--src/vpn/gnunet-helper-vpn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpn/gnunet-helper-vpn.c b/src/vpn/gnunet-helper-vpn.c
index ed97770cf..c846c48ff 100644
--- a/src/vpn/gnunet-helper-vpn.c
+++ b/src/vpn/gnunet-helper-vpn.c
@@ -304,7 +304,7 @@ run (int fd_tun)
304 */ 304 */
305 unsigned char buftun[MAX_SIZE]; 305 unsigned char buftun[MAX_SIZE];
306 ssize_t buftun_size = 0; 306 ssize_t buftun_size = 0;
307 unsigned char *buftun_read; 307 unsigned char *buftun_read = NULL;
308 308
309 /* 309 /*
310 * The buffer filled by reading from stdin 310 * The buffer filled by reading from stdin