mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
committed by
Daan De Meyer
parent
955d5012e0
commit
5e485e1aa2
@@ -234,7 +234,8 @@ int udev_event_spawn(
|
||||
!STARTSWITH_SET(cmd, "ata_id", "cdrom_id", "dmi_memory_id", "fido_id", "mtd_probe", "scsi_id")) {
|
||||
log_device_debug(event->dev, "Running in test mode, skipping execution of '%s'.", cmd);
|
||||
result[0] = '\0';
|
||||
ret_truncated = false;
|
||||
if (ret_truncated)
|
||||
*ret_truncated = false;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user