Sfoglia il codice sorgente

(Logical change 1.202)

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@656 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 20 anni fa
parent
commit
0fc4c59354
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lib/clm.c

+ 1 - 1
lib/clm.c

@@ -540,7 +540,7 @@ saClmClusterNodeGetAsync (
 	struct res_clm_nodegetasync res_clm_nodegetasync;
 	struct res_clm_nodegetasync res_clm_nodegetasync;
 	SaAisErrorT error = SA_OK;
 	SaAisErrorT error = SA_OK;
 
 
-	req_clm_nodegetasync.header.size = sizeof (struct req_clm_nodeget);
+	req_clm_nodegetasync.header.size = sizeof (struct req_clm_nodegetasync);
 	req_clm_nodegetasync.header.id = MESSAGE_REQ_CLM_NODEGETASYNC;
 	req_clm_nodegetasync.header.id = MESSAGE_REQ_CLM_NODEGETASYNC;
 	memcpy (&req_clm_nodegetasync.invocation, &invocation,
 	memcpy (&req_clm_nodegetasync.invocation, &invocation,
 		sizeof (SaInvocationT));
 		sizeof (SaInvocationT));