diff options
author | greg@kroah.com <greg@kroah.com> | 2004-07-01 22:49:13 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:36:59 -0700 |
commit | fd87429578a01e8cc0c9ca4b54f458280808adfb (patch) | |
tree | d4868d59d9227465ceb79896b11b5cedb639a601 | |
parent | 0e306d087daa0f6c5517c41743b948457013252c (diff) | |
download | systemd-fd87429578a01e8cc0c9ca4b54f458280808adfb.tar.gz systemd-fd87429578a01e8cc0c9ca4b54f458280808adfb.tar.bz2 systemd-fd87429578a01e8cc0c9ca4b54f458280808adfb.zip |
[PATCH] fix dumb bug I added to udevstart
-rw-r--r-- | udevstart.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/udevstart.c b/udevstart.c index 6f90de7d18..19f588ab33 100644 --- a/udevstart.c +++ b/udevstart.c @@ -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); |