Index: export_vfs_mc.c =================================================================== --- export_vfs_mc.c (revision 34309) +++ export_vfs_mc.c (revision 34310) @@ -26,11 +26,11 @@ static const rnd_export_opt_t export_vfs_mc_options[] = { {"cmd", "mc command", - RND_HATT_STRING, 0, 0, {0, 0, 0}, 0, 0}, + RND_HATT_STRING, 0, 0, {0, 0, 0}, 0}, #define HA_export_vfs_mc_cmd 0 {"qpath", "query path", - RND_HATT_STRING, 0, 0, {0, 0, 0}, 0, 0}, + RND_HATT_STRING, 0, 0, {0, 0, 0}, 0}, #define HA_export_vfs_mc_qpath 1 };