Przeglądaj źródła

Remove & when regular reference works properly.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1483 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 18 lat temu
rodzic
commit
fb9c19d634
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      exec/totemsrp.c

+ 1 - 1
exec/totemsrp.c

@@ -2815,7 +2815,7 @@ static void memb_join_message_send (struct totemsrp_instance *instance)
 		iovs = 2;
 	} else {
 		iovs = 3;
-		iovec[2].iov_base = &instance->my_failed_list;
+		iovec[2].iov_base = instance->my_failed_list;
 		iovec[2].iov_len = instance->my_failed_list_entries *
 			sizeof (struct srp_addr);
 	}