summaryrefslogtreecommitdiff
path: root/src/analysis/db/misc/snapshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/db/misc/snapshot.c')
-rw-r--r--src/analysis/db/misc/snapshot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/analysis/db/misc/snapshot.c b/src/analysis/db/misc/snapshot.c
index 9aa096f..c441ead 100644
--- a/src/analysis/db/misc/snapshot.c
+++ b/src/analysis/db/misc/snapshot.c
@@ -427,7 +427,7 @@ bool unpack_snapshot_info(snapshot_info_t *info, packed_buffer *pbuf)
if (result)
{
- init_static_rle_string(&string, NULL);
+ setup_empty_rle_string(&string);
result = unpack_rle_string(&string, pbuf);
@@ -442,7 +442,7 @@ bool unpack_snapshot_info(snapshot_info_t *info, packed_buffer *pbuf)
if (result)
{
- init_static_rle_string(&string, NULL);
+ setup_empty_rle_string(&string);
result = unpack_rle_string(&string, pbuf);