CVSROOT:        /cvs/cluster
Module name:    cluster
Changes by:     [EMAIL PROTECTED]       2007-10-17 18:29:57

Modified files:
        fence/agents/xvm: fence_xvmd.c 

Log message:
        Make fence_xvmd read options from ccs like it should

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/xvm/fence_xvmd.c.diff?cvsroot=cluster&r1=1.12&r2=1.13

--- cluster/fence/agents/xvm/fence_xvmd.c       2007/10/17 18:27:27     1.12
+++ cluster/fence/agents/xvm/fence_xvmd.c       2007/10/17 18:29:57     1.13
@@ -693,6 +693,11 @@
 
        args_init(&args);
        args_get_getopt(argc, argv, my_options, &args);
+
+       if (!(args.flags & F_NOCCS)) {
+               args_get_ccs(my_options, &args);
+       }
+
        args_finalize(&args);
        if (args.debug > 0) {
                dset(args.debug);

Reply via email to