summaryrefslogtreecommitdiff
path: root/lib/xref.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2021-05-18 10:21:51 -0400
committerGitHub <noreply@github.com>2021-05-18 10:21:51 -0400
commitcd43ad3ea91f3b3a5cc4f916ac3cb98381d2ca17 (patch)
tree9efe647241585f1e44dddb47752034f06a077961 /lib/xref.h
parent4006e41baffd2de72a3fe42f16a55fc75be5940a (diff)
parentaf1b88e990389fd4e9c0ee69636b4e38934dc69d (diff)
Merge pull request #8673 from LabNConsulting/chopps/ly2-again
lib: libyang2 add missed conversion
Diffstat (limited to 'lib/xref.h')
-rw-r--r--lib/xref.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/xref.h b/lib/xref.h
index 949458b313..6cff1a3769 100644
--- a/lib/xref.h
+++ b/lib/xref.h
@@ -169,6 +169,7 @@ extern const struct xref * const __stop_xref_array[1] DSO_LOCAL;
static void __attribute__((used, _CONSTRUCTOR(1100))) \
_xref_init(void) { \
static struct xref_block _xref_block = { \
+ .next = NULL, \
.start = __start_xref_array, \
.stop = __stop_xref_array, \
}; \