提交 1e1f6ab0 编写于 作者: P Philippe Mathieu-Daudé 提交者: Laurent Vivier

contrib/rdmacm-mux: Remove superfluous semicolon

Fixes: a5d2f6f8Signed-off-by: NPhilippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: NPaolo Bonzini <pbonzini@redhat.com>
Reviewed-by: NDr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: NJuan Quintela <quintela@redhat.com>
Message-Id: <20200218094402.26625-14-philmd@redhat.com>
Signed-off-by: NLaurent Vivier <laurent@vivier.eu>
上级 58bcdda9
......@@ -490,7 +490,7 @@ static int read_and_process(int fd)
static int accept_all(void)
{
int fd, rc = 0;;
int fd, rc = 0;
pthread_rwlock_wrlock(&server.lock);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册