summaryrefslogtreecommitdiffstats
path: root/src/hardware/LMI_ProcessorProvider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware/LMI_ProcessorProvider.c')
-rw-r--r--src/hardware/LMI_ProcessorProvider.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hardware/LMI_ProcessorProvider.c b/src/hardware/LMI_ProcessorProvider.c
index 4475de2..99b0fad 100644
--- a/src/hardware/LMI_ProcessorProvider.c
+++ b/src/hardware/LMI_ProcessorProvider.c
@@ -75,7 +75,7 @@ static CMPIStatus LMI_ProcessorEnumInstances(
unsigned i, j, cpus_nb = 0;
char *other_family = NULL, *architecture = NULL, *cpu_name = NULL,
*stepping = NULL, *error_msg = NULL,
- instance_id[INSTANCE_ID_LEN] = "";
+ instance_id[INSTANCE_ID_LEN];
struct utsname utsname_buf;
DmiProcessor *dmi_cpus = NULL;
unsigned dmi_cpus_nb = 0;