Skip to content

Commit 593a4d8

Browse files
committed
too many dashes
1 parent bd7e5c1 commit 593a4d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/soap/php_sdl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3213,7 +3213,6 @@ sdlPtr get_sdl(zval *this_ptr, char *uri, zend_long cache_wsdl)
32133213
len += user_len-1;
32143214
key[len++] = '-';
32153215
}
3216-
key[len++] = '-';
32173216
if (WSDL_CACHE_VERSION <= 0x9f) {
32183217
key[len++] = (WSDL_CACHE_VERSION >> 8) + '0';
32193218
} else {

0 commit comments

Comments
 (0)