Module: check_mk
Branch: master
Commit: 76886cd6fc48f099f4e53c636f066ae26f7b2898
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=76886cd6fc48f0…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Fri May 22 10:22:13 2015 +0200
testcommit
---
agents/windows/check_mk_agent.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/agents/windows/check_mk_agent.cc b/agents/windows/check_mk_agent.cc
index ba02dcb..165f922 100644
--- a/agents/windows/check_mk_agent.cc
+++ b/agents/windows/check_mk_agent.cc
@@ -5162,7 +5162,7 @@ int main(int argc, char **argv)
}
do_file = true;
do_test(false);
- fclose(fileout);
+ fclose(fileout);
}
else if (!strcmp(argv[1], "adhoc"))
do_adhoc();