diff options
Diffstat (limited to 'include/linux/sunrpc/clnt.h')
-rw-r--r-- | include/linux/sunrpc/clnt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h index 47354a25a927..6a7c2619a355 100644 --- a/include/linux/sunrpc/clnt.h +++ b/include/linux/sunrpc/clnt.h | |||
@@ -242,6 +242,7 @@ static inline bool __rpc_copy_addr6(struct sockaddr *dst, | |||
242 | 242 | ||
243 | dsin6->sin6_family = ssin6->sin6_family; | 243 | dsin6->sin6_family = ssin6->sin6_family; |
244 | dsin6->sin6_addr = ssin6->sin6_addr; | 244 | dsin6->sin6_addr = ssin6->sin6_addr; |
245 | dsin6->sin6_scope_id = ssin6->sin6_scope_id; | ||
245 | return true; | 246 | return true; |
246 | } | 247 | } |
247 | #else /* !(IS_ENABLED(CONFIG_IPV6) */ | 248 | #else /* !(IS_ENABLED(CONFIG_IPV6) */ |