summaryrefslogtreecommitdiff
path: root/install-from-cwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'install-from-cwd.c')
-rw-r--r--install-from-cwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-from-cwd.c b/install-from-cwd.c
index c107014..523cb57 100644
--- a/install-from-cwd.c
+++ b/install-from-cwd.c
@@ -260,7 +260,7 @@ int install_from_cwd(Options *op)
*/
if (!op->kernel_module_only) {
- if (!uninstall_existing_driver(op, FALSE)) goto failed;
+ if (!run_existing_uninstaller(op)) goto failed;
}
/*