Преглед изворни кода

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 година
родитељ
комит
fb9c19d634
1 измењених фајлова са 1 додато и 1 уклоњено
  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);
 	}