- make this class usable, mostly by fixing typos
[m6w6/ext-http] / http_request_body_api.c
index 14a235d397f662ef9e9d6e057079500270bffc1e..dd76edb47053b18d52b03499464f72f08059b43b 100644 (file)
@@ -30,6 +30,7 @@ PHP_HTTP_API http_request_body *_http_request_body_init_ex(http_request_body *bo
        
        body->type = type;
        body->free = free;
+       body->priv = 0;
        body->data = data;
        body->size = size;