summaryrefslogtreecommitdiff
path: root/test-udev.c
diff options
context:
space:
mode:
Diffstat (limited to 'test-udev.c')
-rw-r--r--test-udev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-udev.c b/test-udev.c
index e40a448436..ba36015911 100644
--- a/test-udev.c
+++ b/test-udev.c
@@ -136,7 +136,7 @@ int main(int argc, char *argv[], char *envp[])
goto fail;
}
- udev = udev_device_init();
+ udev = udev_device_init(NULL);
if (udev == NULL)
goto fail;