summaryrefslogtreecommitdiffhomepage
path: root/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet.c b/packet.c
index b624c27..8f7aa38 100644
--- a/packet.c
+++ b/packet.c
@@ -87,12 +87,12 @@ void write_packet() {
if (written < 0) {
if (errno == EINTR) {
m_free(iov);
- TRACE2(("leave writepacket: EINTR"))
+ TRACE2(("leave write_packet: EINTR"))
return;
} else {
dropbear_exit("Error writing");
}
- }
+ }
if (written == 0) {
ses.remoteclosed();