Skip to content

Commit 3dd0ed7

Browse files
author
Le Yao
authored
Update inspect_file.cc
Signed-off-by: Le Yao <le.yao@intel.com>
1 parent bf2bde6 commit 3dd0ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/operators/inspect_file.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ bool InspectFile::evaluate(Transaction *transaction, const std::string &str) {
6767
s << buff;
6868
}
6969

70-
pclose(in);
70+
//pclose(in);
7171

7272
res.append(s.str());
7373
if (res.size() > 1 && res.at(0) != '1') {

0 commit comments

Comments
 (0)