diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/common/brand/lx/io/lx_netlink.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/brand/lx/io/lx_netlink.c b/usr/src/uts/common/brand/lx/io/lx_netlink.c index 76d68f5921..fa1d4fad0f 100644 --- a/usr/src/uts/common/brand/lx/io/lx_netlink.c +++ b/usr/src/uts/common/brand/lx/io/lx_netlink.c @@ -11,6 +11,7 @@ /* * Copyright 2018 Joyent, Inc. + * Copyright 2020 OmniOS Community Edition (OmniOSce) Association. */ /* @@ -922,6 +923,7 @@ lx_netlink_reply_done(lx_netlink_reply_t *reply) hdr->lxnh_len = sizeof (lx_netlink_err_t); hdr->lxnh_seq = reply->lxnr_hdr.lxnh_seq; hdr->lxnh_pid = lxsock->lxns_port; + hdr->lxnh_flags = 0; } else { uint32_t status = 0; |