diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2021-05-18 10:21:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-18 10:21:51 -0400 |
| commit | cd43ad3ea91f3b3a5cc4f916ac3cb98381d2ca17 (patch) | |
| tree | 9efe647241585f1e44dddb47752034f06a077961 /lib/xref.h | |
| parent | 4006e41baffd2de72a3fe42f16a55fc75be5940a (diff) | |
| parent | af1b88e990389fd4e9c0ee69636b4e38934dc69d (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.h | 1 |
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, \ }; \ |
