From: Andreas Schneider Date: Tue, 8 Jan 2019 16:09:11 +0000 (+0100) Subject: s3:torture: Use C99 initializer for cmd_set in cmd_vfs X-Git-Tag: ldb-1.6.1~386 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34ae8dc311630dab2ff182a35535ea754e020048;p=thirdparty%2Fsamba.git s3:torture: Use C99 initializer for cmd_set in cmd_vfs Signed-off-by: Andreas Schneider Reviewed-by: Douglas Bagnall --- diff --git a/source3/torture/cmd_vfs.c b/source3/torture/cmd_vfs.c index 3ba26031ed8..af155376e66 100644 --- a/source3/torture/cmd_vfs.c +++ b/source3/torture/cmd_vfs.c @@ -1939,7 +1939,7 @@ cleanup: struct cmd_set vfs_commands[] = { - { "VFS Commands" }, + { .name = "VFS Commands" }, { "load", cmd_load_module, "Load a module", "load " }, { "populate", cmd_populate, "Populate a data buffer", "populate " },