From 1117ab6d4316989b85a872cfee599af07dafc9fc Mon Sep 17 00:00:00 2001
From: Iryna Antsyferova <iryna.antsyferova@genexis.eu>
Date: Mon, 4 Nov 2024 16:50:59 +0100
Subject: [PATCH] Align format of returned "Reference" TR values with
 requirements, REF 15390

---
 libdmtree/dmbbf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libdmtree/dmbbf.c b/libdmtree/dmbbf.c
index 34424d7..eaed829 100644
--- a/libdmtree/dmbbf.c
+++ b/libdmtree/dmbbf.c
@@ -917,7 +917,7 @@ char *get_value_by_reference(struct dmctx *ctx, char *value)
 
 		if (DM_STRLEN(val)) {
 			path_resolved = true;
-			snprintf(buf_val, sizeof(buf_val), "%s", val);
+			snprintf(buf_val, sizeof(buf_val), "%s.", val);
 			break;
 		}
 	}
-- 
GitLab