contrib/rdmacm-mux: Remove superfluous semicolon
Fixes: a5d2f6f8773 Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Message-Id: <20200218094402.26625-14-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
58bcdda915
commit
1e1f6ab0eb
@ -490,7 +490,7 @@ static int read_and_process(int fd)
|
|||||||
|
|
||||||
static int accept_all(void)
|
static int accept_all(void)
|
||||||
{
|
{
|
||||||
int fd, rc = 0;;
|
int fd, rc = 0;
|
||||||
|
|
||||||
pthread_rwlock_wrlock(&server.lock);
|
pthread_rwlock_wrlock(&server.lock);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user