[multipathd] rename init_paths() to init_vecs()
authorChristophe Varoqui <root@xa-s05.(none)>
Thu, 17 Nov 2005 13:43:04 +0000 (14:43 +0100)
committerChristophe Varoqui <root@xa-s05.(none)>
Thu, 17 Nov 2005 13:43:04 +0000 (14:43 +0100)
Resync with the function real action.
From Edward Goggin patch-chest.

multipathd/main.c

index b424684..30e2979 100644 (file)
@@ -1341,7 +1341,7 @@ checkerloop (void *ap)
 }
 
 static struct vectors *
-init_paths (void)
+init_vecs (void)
 {
        struct vectors * vecs;
 
@@ -1490,7 +1490,7 @@ child (void * param)
        signal_init();
        setscheduler();
        set_oom_adj(-17);
-       vecs = init_paths();
+       vecs = init_vecs();
 
        if (!vecs)
                exit(1);