1
0
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:
greg@kroah.com 2004-07-01 22:49:13 -07:00 committed by Greg KH
parent 0e306d087d
commit fd87429578

View File

@ -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);