summaryrefslogtreecommitdiffstats
path: root/usr.bin/tftp/main.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2018-09-20 11:42:42 +0000
committerjsg <jsg@openbsd.org>2018-09-20 11:42:42 +0000
commita4fff7c6b1b752ff3d5da21881d2c23fda79c1f8 (patch)
tree05bc49bd61daa6424500f3b8292798560c75f882 /usr.bin/tftp/main.c
parentproperly handle credentials and fix auth in smtp(1) (diff)
downloadwireguard-openbsd-a4fff7c6b1b752ff3d5da21881d2c23fda79c1f8.tar.xz
wireguard-openbsd-a4fff7c6b1b752ff3d5da21881d2c23fda79c1f8.zip
fix indentation
ok krw@ millert@
Diffstat (limited to 'usr.bin/tftp/main.c')
-rw-r--r--usr.bin/tftp/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tftp/main.c b/usr.bin/tftp/main.c
index 0f85ecb60d3..fe389c3b313 100644
--- a/usr.bin/tftp/main.c
+++ b/usr.bin/tftp/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.42 2018/04/26 12:42:51 guenther Exp $ */
+/* $OpenBSD: main.c,v 1.43 2018/09/20 11:42:42 jsg Exp $ */
/* $NetBSD: main.c,v 1.6 1995/05/21 16:54:10 mycroft Exp $ */
/*
@@ -252,7 +252,7 @@ setpeer(char *host, char *port)
sizeof(hostname));
} else
(void)strlcpy(hostname, host, sizeof(hostname));
- connected = 1;
+ connected = 1;
}
freeaddrinfo(res0);
}