sync with OpenBSD -current
This commit is contained in:
parent
77149420e6
commit
3d86e50ab8
@ -1,3 +1,3 @@
|
||||
/* $OpenBSD: version.h,v 1.100 2023/12/18 14:48:44 djm Exp $ */
|
||||
/* $OpenBSD: version.h,v 1.101 2024/03/11 04:59:47 djm Exp $ */
|
||||
|
||||
#define SSH_VERSION "OpenSSH_9.6"
|
||||
#define SSH_VERSION "OpenSSH_9.7"
|
||||
|
@ -886,6 +886,9 @@ ede_trim_text(struct edns_option** list)
|
||||
curr->opt_len = 2;
|
||||
prev = curr;
|
||||
curr = curr->next;
|
||||
} else {
|
||||
prev = curr;
|
||||
curr = curr->next;
|
||||
}
|
||||
} else {
|
||||
/* continue */
|
||||
|
Loading…
Reference in New Issue
Block a user