forked from pool/libatasmart
Copy from home:oertel:branches:openSUSE:Factory/libatasmart via accept of submit request 34927 revision 2. Request was accepted with message: Reviewed ok OBS-URL: https://build.opensuse.org/request/show/34927 OBS-URL: https://build.opensuse.org/package/show/Base:System/libatasmart?expand=0&rev=9
11 lines
416 B
Diff
11 lines
416 B
Diff
--- strpool.c
|
|
+++ strpool.c
|
|
@@ -435,6 +435,7 @@
|
|
rl = 0;
|
|
|
|
i->next = NULL;
|
|
+ i->suffix_of = NULL;
|
|
|
|
if (last)
|
|
last->next = i;
|