mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
[PATCH] fix dumb bug I added to udevstart
This commit is contained in:
parent
0e306d087d
commit
fd87429578
@ -94,7 +94,6 @@ static void udev_exec(const char *path, const char* subsystem)
|
||||
char nosleep[] = "UDEV_NO_SLEEP=1";
|
||||
char *env[] = { action, devpath, nosleep, NULL };
|
||||
|
||||
return;
|
||||
strcpy(devpath, "DEVPATH=");
|
||||
strfieldcat(devpath, path);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user