diff --git a/wrenchboard/src/shared_tool/media.cc b/wrenchboard/src/shared_tool/media.cc index ce4fd8e4..774e4d44 100644 --- a/wrenchboard/src/shared_tool/media.cc +++ b/wrenchboard/src/shared_tool/media.cc @@ -103,7 +103,7 @@ long WrenchSaveStoredMedia(CVars in, CVars &out) { char vname[500]; char file_section[50]; try { - REQ_STRING(in, "file_section", 5, 40, "(.*)"); + // REQ_STRING(in, "file_section", 5, 40, "(.*)"); REQ_STRING(in, "sessionid", 3, 150, "(.*)"); REQ_STRING(in, "file_uid", 3, 150, "(.*)"); long file_section_no = REQ_LONG( in, "file_section_no", 1, -1 );