summaryrefslogtreecommitdiff
path: root/ext/soap/php_http.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/php_http.c')
-rw-r--r--ext/soap/php_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/php_http.c b/ext/soap/php_http.c
index a56a542d41..96034dbbbb 100644
--- a/ext/soap/php_http.c
+++ b/ext/soap/php_http.c
@@ -386,7 +386,7 @@ int get_http_soap_response(zval *this_ptr, char **buffer, int *buffer_len TSRMLS
if (sempos != NULL) {
cookie_len = sempos-(eqpos+1);
- } else {
+ } else {
cookie_len = strlen(cookie)-(eqpos-cookie)-1;
}