]> Git Repo - qemu.git/blobdiff - block/gluster.c
block/gluster: fix port type in the QAPI options list
[qemu.git] / block / gluster.c
index 98a91323b67e044017db615204495b7ede14f962..0ce15f7adc6135e377b28e4834c7f08db22c9739 100644 (file)
@@ -186,7 +186,7 @@ static QemuOptsList runtime_tcp_opts = {
         },
         {
             .name = GLUSTER_OPT_PORT,
-            .type = QEMU_OPT_NUMBER,
+            .type = QEMU_OPT_STRING,
             .help = "port number on which glusterd is listening (default 24007)",
         },
         {
This page took 0.022877 seconds and 4 git commands to generate.