libqb: fix iov_len in pcmk_test

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
Angus Salkeld 2010-11-15 13:39:04 +11:00
parent 4614c91fef
commit 75a16ee20e

View File

@ -487,7 +487,7 @@ static void send_some_more_messages_normal (void)
static void send_some_more_messages (void * unused)
{
if (use_zcb) {
// send_some_more_messages_zcb ();
send_some_more_messages_zcb ();
} else {
send_some_more_messages_normal ();
}