]> granicus.if.org Git - php/commitdiff
fix build
authorAntony Dovgal <tony2001@php.net>
Tue, 19 May 2009 07:40:51 +0000 (07:40 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 19 May 2009 07:40:51 +0000 (07:40 +0000)
ext/session/php_session.h

index a9c2e4c4452a63311773103f3d5e6cafb8a977de..bf804db169de1ec6d284bb2b332b855525258eea 100644 (file)
@@ -256,7 +256,7 @@ PHPAPI const ps_serializer *_php_find_ps_serializer(char *name TSRMLS_DC);
                                continue;                                                                                       \
                        }                                                                                                               \
                        key_length--;                                                                                   \
-                       if (php_get_session_var(key, key_length, &struc TSRMLS_CC) == SUCCESS) {        \
+                       if (php_get_session_var(key.s, key_length, &struc TSRMLS_CC) == SUCCESS) {      \
                                code;                                                                                           \
                        }                                                                                                               \
                }                                                                                                                       \