mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-26 13:14:16 +00:00
Remove compiler warning in totemsrp.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2578 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
0769c9444f
commit
f434e74faa
@ -2094,7 +2094,7 @@ void totemsrp_event_signal (void *srp_context, enum totem_event_type type, int v
|
||||
|
||||
token_hold_cancel_send (instance);
|
||||
|
||||
return (0);
|
||||
return;
|
||||
}
|
||||
|
||||
int totemsrp_mcast (
|
||||
|
Loading…
Reference in New Issue
Block a user