]> Git Repo - qemu.git/blobdiff - nbd.c
spapr_pci: Introduce a finish_realize() callback
[qemu.git] / nbd.c
diff --git a/nbd.c b/nbd.c
index e5084b6e7cde6e2265434c448febf9e95bc81f51..e0d032c2523a09ff40cdd3260772e3011b05090c 100644 (file)
--- a/nbd.c
+++ b/nbd.c
@@ -306,7 +306,7 @@ static int nbd_send_negotiate(NBDClient *client)
         [ 8 ..  15]   magic        (NBD_CLIENT_MAGIC)
         [16 ..  23]   size
         [24 ..  25]   server flags (0)
-        [24 ..  27]   export flags
+        [26 ..  27]   export flags
         [28 .. 151]   reserved     (0)
 
        Negotiation header with options, part 1:
This page took 0.021037 seconds and 4 git commands to generate.