From 1c60b9946f3c96e79e066b4156a162e343d7c1ea Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 4 Nov 2011 14:26:35 -0500 Subject: [PATCH] d'oh you'll want to update --- src/switch_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_utils.c b/src/switch_utils.c index b160089eed..6c8d29307d 100644 --- a/src/switch_utils.c +++ b/src/switch_utils.c @@ -163,7 +163,7 @@ SWITCH_DECLARE(char *) switch_find_parameter(const char *str, const char *param, if (next) { ptr = next + 1; - } + } else break; } return r;