summaryrefslogtreecommitdiff
path: root/udevstart.c
diff options
context:
space:
mode:
Diffstat (limited to 'udevstart.c')
-rw-r--r--udevstart.c1
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);