contrib/rdmacm-mux: Remove superfluous semicolon
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 18 Feb 2020 09:44:02 +0000 (10:44 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 18 Feb 2020 19:20:49 +0000 (20:20 +0100)
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>
contrib/rdmacm-mux/main.c

index de53048f061914462880bd2e4da9b49a29e0f9e8..bd82abbad35e8fd257162552800303aaa1e66d08 100644 (file)
@@ -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);