From 1ecbff4073bc9299cee587b2db479c54cc75d096 Mon Sep 17 00:00:00 2001 From: Laine Stump Date: Mon, 5 Aug 2013 15:09:52 -0400 Subject: [PATCH] build: fix missing max_queued_clients in augeas test file for libvirtd.conf Broken in commit 1199edb1d4e3ebbc691bd32d3519a3b662225420 --- daemon/test_libvirtd.aug.in | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/test_libvirtd.aug.in b/daemon/test_libvirtd.aug.in index 4e3b8789fb..a7e8515c6e 100644 --- a/daemon/test_libvirtd.aug.in +++ b/daemon/test_libvirtd.aug.in @@ -35,6 +35,7 @@ module Test_libvirtd = { "2" = "fred@EXAMPLE.COM" } } { "max_clients" = "20" } + { "max_queued_clients" = "1000" } { "min_workers" = "5" } { "max_workers" = "20" } { "prio_workers" = "5" }