diff --git a/modutils/modprobe.c b/modutils/modprobe.c index c0469833f..6a714da77 100644 --- a/modutils/modprobe.c +++ b/modutils/modprobe.c @@ -531,7 +531,7 @@ extern int modprobe_main(int argc, char** argv) if (remove_opt) { do { - mod_remove ( optind < argc ? xstrdup ( argv [optind] ) : 0 ); + mod_remove ( optind < argc ? xstrdup ( argv [optind] ) : NULL ); } while ( ++optind < argc ); return EXIT_SUCCESS;