Explorar o código

Remove & when regular reference works properly.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1483 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake %!s(int64=18) %!d(string=hai) anos
pai
achega
fb9c19d634
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
 	}