]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: dev: Remove superfluous memset() in isc_nmsocket_init()
authorOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 07:32:39 +0000 (07:32 +0000)
committerOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 07:32:39 +0000 (07:32 +0000)
commit4c363393ff1fc76e940a74e1c9e779d4d138288d
tree91c87baeb0678ead82881bacfe68845773911266
parent4efdb8b00a021784bfcb4caccf928f9a292f4e61
parent827a153d99c42a12ba48dabfcc5581c04ec488f7
fix: dev: Remove superfluous memset() in isc_nmsocket_init()

The tlsstream part of the isc_nmsocket_t gets initialized via designater
initializer and doesn't need the extra memset() later; just remove it.

Merge branch 'ondrej/remove-superfluous-memset-in-isc_nmsocket_init' into 'main'

See merge request isc-projects/bind9!9120