Fix typo that broke multicast plugin

Signed-off-by: Zane Bitter <zbitter@redhat.com>
Signed-off-by: Lon Hohberger <lon@users.sourceforge.net>
This commit is contained in:
Zane Bitter 2011-07-27 18:37:31 +02:00 committed by Lon Hohberger
parent 3006e19e41
commit 0bbad3b87b

@ -364,7 +364,7 @@ mcast_dispatch(listener_context_t c, struct timeval *timeout)
return len;
}
swap_fence_req_t(&data);
swab_fence_req_t(&data);
if (!verify_request(&data, info->args.hash, info->key,
info->key_len)) {