]> Git Repo - qemu.git/blobdiff - qemu-nbd.c
target/riscv: Remove redundant declaration pragmas
[qemu.git] / qemu-nbd.c
index a8cb39e51043a9f2731e1c8df26cfe1d7a3835ee..049645491dab8e72882083d7a4632a813962b80d 100644 (file)
@@ -362,7 +362,7 @@ static void *nbd_client_thread(void *arg)
         goto out;
     }
 
-    ret = nbd_receive_negotiate(QIO_CHANNEL(sioc),
+    ret = nbd_receive_negotiate(NULL, QIO_CHANNEL(sioc),
                                 NULL, NULL, NULL, &info, &local_error);
     if (ret < 0) {
         if (local_error) {
This page took 0.02269 seconds and 4 git commands to generate.