mirror of
https://github.com/apache/httpd.git
synced 2025-08-16 17:04:42 +00:00
Whoops, NULL is a macro, hence not available here
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94772 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
2
.gdbinit
2
.gdbinit
@ -129,7 +129,7 @@ define dump_bucket_ex
|
||||
if $bucket->type == &apr_bucket_type_pool
|
||||
set $refcount = ((apr_bucket_refcount *)$bucket->data)->refcount
|
||||
set $p = (apr_bucket_pool *)$bucket->data
|
||||
if $p->pool != NULL
|
||||
if !$p->pool
|
||||
set $p = (apr_bucket_heap *)$bucket->data
|
||||
end
|
||||
set $data = $p->base+$bucket->start
|
||||
|
Reference in New Issue
Block a user