]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:torture: Use C99 initializer for cmd_set in cmd_vfs
authorAndreas Schneider <asn@samba.org>
Tue, 8 Jan 2019 16:09:11 +0000 (17:09 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 28 Jan 2019 09:29:17 +0000 (10:29 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
source3/torture/cmd_vfs.c

index 3ba26031ed8e72b6fd2d7fe62258d669dcef5672..af155376e667033e90e5bb5bd92cc7b26555a1d2 100644 (file)
@@ -1939,7 +1939,7 @@ cleanup:
 
 struct cmd_set vfs_commands[] = {
 
-       { "VFS Commands" },
+       { .name = "VFS Commands" },
 
        { "load", cmd_load_module, "Load a module", "load <module.so>" },
        { "populate", cmd_populate, "Populate a data buffer", "populate <char> <size>" },