Skip to content

Commit

Permalink
upstream: don't need return at end of void function
Browse files Browse the repository at this point in the history
OpenBSD-Commit-ID: 42d322d37f13aa075ae7b1ad9eef591e20b89717
  • Loading branch information
djmdjm committed Jul 8, 2024
1 parent a395d37 commit f2b78bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sshd-session.c
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -817,7 +817,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;
#endif /* IP_OPTIONS */
}

Expand Down

0 comments on commit f2b78bb

Please sign in to comment.