projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf673c8
)
We want to exit here, not continue on to the Rpc server.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 14 Aug 2010 16:39:35 +0000
(12:39 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 14 Aug 2010 16:39:35 +0000
(12:39 -0400)
horde/rpc.php
patch
|
blob
|
history
diff --git
a/horde/rpc.php
b/horde/rpc.php
index
08b0473
..
71455ea
100644
(file)
--- 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') {