CVSROOT:        /cvs/cluster
Module name:    cluster
Changes by:     [EMAIL PROTECTED]       2007-10-17 19:11:30

Modified files:
        dlm/tool       : main.c 

Log message:
        used wrong define, DLM_LOCK_ instead of LKM_

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/main.c.diff?cvsroot=cluster&r1=1.9&r2=1.10

--- cluster/dlm/tool/main.c     2007/10/17 18:08:47     1.9
+++ cluster/dlm/tool/main.c     2007/10/17 19:11:30     1.10
@@ -374,7 +374,7 @@
                   e.g. G,C,W?) */
 
                if (status == DLM_LKSTS_GRANTED)
-                       rqmode = DLM_LOCK_NL;
+                       rqmode = LKM_NLMODE;
 
                printf("id %08x gr %s rq %s pid %u master %d \"%s\"\n",
                        id, mode_str(grmode), mode_str(rqmode),

Reply via email to