diff --git a/read_values.c b/read_values.c index d8da006..863c46f 100644 --- a/read_values.c +++ b/read_values.c @@ -424,10 +424,8 @@ int print_uuid() return 1; } printf("-%s", result_string); - - result_string = NULL; } - printf("%s\n", result_string); + putchar('\n'); return 0; } /* print_uuid */ diff --git a/s390-tools.changes b/s390-tools.changes index 926765e..754a585 100644 --- a/s390-tools.changes +++ b/s390-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 1 08:31:08 UTC 2024 - Nikolay Gueorguiev + +- Updated read_values.c (bsc#1219227) + ------------------------------------------------------------------- Wed Jan 24 14:27:00 UTC 2024 - Nikolay Gueorguiev