aboutsummaryrefslogtreecommitdiff
path: root/src/exit
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-26 15:23:33 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-26 15:23:33 +0000
commitdae4222c75b4879cf1524d4dc93bb6f023f468ca (patch)
tree73d9c5fb8009b8351d66e8b7f5a7093e7b202fd5 /src/exit
parent98400554f939e0b318bdfd4c80fd13e7c89128d6 (diff)
downloadgnunet-dae4222c75b4879cf1524d4dc93bb6f023f468ca.tar.gz
gnunet-dae4222c75b4879cf1524d4dc93bb6f023f468ca.zip
-indentation
Diffstat (limited to 'src/exit')
-rw-r--r--src/exit/gnunet-helper-exit.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/exit/gnunet-helper-exit.c b/src/exit/gnunet-helper-exit.c
index e68c10c33..90a3fc0e5 100644
--- a/src/exit/gnunet-helper-exit.c
+++ b/src/exit/gnunet-helper-exit.c
@@ -503,7 +503,9 @@ run (int fd_tun)
503 MAX_SIZE - sizeof (struct GNUNET_MessageHeader)); 503 MAX_SIZE - sizeof (struct GNUNET_MessageHeader));
504 if (-1 == buftun_size) 504 if (-1 == buftun_size)
505 { 505 {
506 fprintf (stderr, "read-error: %s\n", strerror (errno)); 506 fprintf (stderr,
507 "read-error: %s\n",
508 strerror (errno));
507 shutdown (fd_tun, SHUT_RD); 509 shutdown (fd_tun, SHUT_RD);
508 shutdown (1, SHUT_WR); 510 shutdown (1, SHUT_WR);
509 read_open = 0; 511 read_open = 0;
@@ -538,7 +540,9 @@ run (int fd_tun)
538#if !DEBUG 540#if !DEBUG
539 if (errno != EPIPE) 541 if (errno != EPIPE)
540#endif 542#endif
541 fprintf (stderr, "write-error to stdout: %s\n", strerror (errno)); 543 fprintf (stderr,
544 "write-error to stdout: %s\n",
545 strerror (errno));
542 shutdown (fd_tun, SHUT_RD); 546 shutdown (fd_tun, SHUT_RD);
543 shutdown (1, SHUT_WR); 547 shutdown (1, SHUT_WR);
544 read_open = 0; 548 read_open = 0;