File revision-1479.patch of Package openais (Revision b829a0d8e557457a4fd7f24cc84fca33)
Currently displaying revision b829a0d8e557457a4fd7f24cc84fca33, show latest
x
1
Index: exec/totemsrp.c
2
===================================================================
3
--- exec/totemsrp.c (revision 1478)
4
+++ exec/totemsrp.c (revision 1479)
5
6
iovs = 2;
7
} else {
8
iovs = 3;
9
- iovec[2].iov_base = &instance->my_failed_list;
10
+ iovec[2].iov_base = instance->my_failed_list;
11
iovec[2].iov_len = instance->my_failed_list_entries *
12
sizeof (struct srp_addr);
13
}
14