From 2ccb4f6f9588e0181f42cbdd7c7aaf46ff391b79 Mon Sep 17 00:00:00 2001 From: marky Date: Wed, 30 Dec 2015 21:29:34 -0700 Subject: fix a syntax error in example.cfg Missing comma makes it so that syz-manager does not properly parse the example config. Signed-off-by: marky --- syz-manager/example.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syz-manager/example.cfg b/syz-manager/example.cfg index e9f841b7a..cae69d826 100644 --- a/syz-manager/example.cfg +++ b/syz-manager/example.cfg @@ -10,7 +10,7 @@ "count": 16, "procs": 4, "cpu": 2, - "mem": 2048 + "mem": 2048, "disable_syscalls": [ "keyctl", "add_key", -- cgit mrf-deployment