? groups.c.patch Index: groups.c =================================================================== RCS file: /storage/cvsroot/spread/daemon/groups.c,v retrieving revision 1.17.2.1 diff -u -r1.17.2.1 groups.c --- groups.c 29 Oct 2004 14:40:55 -0000 1.17.2.1 +++ groups.c 10 Nov 2004 00:55:01 -0000 @@ -1951,7 +1951,7 @@ if( grp->num_local == 0 ) continue; size_for_this_group = MAX_GROUP_NAME + sizeof(group_id) + sizeof(int16) + - (grp->num_local * MAX_GROUP_NAME); + (grp->num_local * MAX_GROUP_NAME) + Message_get_data_header_size(); /* This requires that the number of local group members be limited. */ if( size_for_this_group > GROUPS_BUF_SIZE - num_bytes ) break;