From 33e4e5649b674038e625bc42a008560740530057 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sat, 14 Aug 2010 12:39:35 -0400 Subject: [PATCH] We want to exit here, not continue on to the Rpc server. --- horde/rpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/rpc.php b/horde/rpc.php index 08b04737c..71455ea60 100644 --- a/horde/rpc.php +++ b/horde/rpc.php @@ -94,7 +94,7 @@ switch ($serverType) { case 'ActiveSync': /* Check if we are even enabled for AS */ if (empty($conf['activesync']['enabled'])) { - break; + exit; } if ($conf['activesync']['logging']['type'] == 'custom') { -- 2.11.0