[build] minor compilation issues
[platform/upstream/multipath-tools.git] / multipath / main.c
index 98f7207..931b137 100644 (file)
@@ -305,7 +305,7 @@ main (int argc, char *argv[])
        int arg;
        extern char *optarg;
        extern int optind;
-       int i, r;
+       int i, r = 1;
 
        if (getuid() != 0) {
                fprintf(stderr, "need to be root\n");