artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbf6c1f
)
don't need return at end of void function
author
djm
<djm@openbsd.org>
Mon, 8 Jul 2024 03:04:34 +0000
(
03:04
+0000)
committer
djm
<djm@openbsd.org>
Mon, 8 Jul 2024 03:04:34 +0000
(
03:04
+0000)
usr.bin/ssh/sshd-session.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/sshd-session.c
b/usr.bin/ssh/sshd-session.c
index
54b7a8f
..
4e7841c
100644
(file)
--- a/
usr.bin/ssh/sshd-session.c
+++ b/
usr.bin/ssh/sshd-session.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: sshd-session.c,v 1.
4 2024/06/26 23:16:52 deraadt
Exp $ */
+/* $OpenBSD: sshd-session.c,v 1.
5 2024/07/08 03:04:34 djm
Exp $ */
/*
* SSH2 implementation:
* Privilege Separation:
@@
-765,7
+765,6
@@
check_ip_options(struct ssh *ssh)
fatal("Connection from %.100s port %d with IP opts: %.800s",
ssh_remote_ipaddr(ssh), ssh_remote_port(ssh), text);
}
- return;
}
/* Set the routing domain for this process */