mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 02:54:45 +00:00
Fix a crash when enumerating devices on a Dell WLD15
This commit is contained in:
parent
31c36cd2b6
commit
d82a6024e7
@ -406,7 +406,7 @@ synapticsmst_device_enumerate_device (SynapticsMSTDevice *device, GError **error
|
||||
system = g_ascii_strdown (system, -1);
|
||||
}
|
||||
else if (priv->board_id == SYNAPTICSMST_DEVICE_BOARDID_DELL_WLD15_WIRELESS)
|
||||
system = "wld15";
|
||||
system = g_strdup ("wld15");
|
||||
|
||||
/* This is a host system, use system ID */
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user