artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43ddfbd
)
fix indentation
author
jsg
<jsg@openbsd.org>
Thu, 20 Sep 2018 11:42:42 +0000
(11:42 +0000)
committer
jsg
<jsg@openbsd.org>
Thu, 20 Sep 2018 11:42:42 +0000
(11:42 +0000)
ok krw@ millert@
usr.bin/tftp/main.c
patch
|
blob
|
history
diff --git
a/usr.bin/tftp/main.c
b/usr.bin/tftp/main.c
index
0f85ecb
..
fe389c3
100644
(file)
--- a/
usr.bin/tftp/main.c
+++ b/
usr.bin/tftp/main.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: main.c,v 1.4
2 2018/04/26 12:42:51 guenther Exp $
*/
+/* $OpenBSD: main.c,v 1.4
3 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);
}