diff options
Diffstat (limited to 'udev/udevtest.c')
-rw-r--r-- | udev/udevtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/udevtest.c b/udev/udevtest.c index 2b43691f39..7c6e3f9178 100644 --- a/udev/udevtest.c +++ b/udev/udevtest.c @@ -157,7 +157,7 @@ int udevtest(int argc, char *argv[], char *envp[]) goto exit; } - udev = udev_device_init(NULL); + udev = udev_device_init(); if (udev == NULL) { fprintf(stderr, "error initializing device\n"); rc = 3; |