You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@serf.apache.org by Evgeny Kotkov <ev...@visualsvn.com> on 2017/03/17 11:52:35 UTC

[PATCH] Fix build with SERF_DEBUG_BUCKET_USE

Hi,

This patch fixes trunk build when SERF_DEBUG_BUCKET_USE is defined.
The issue is caused by a typo in the pump_cleanup() function at pump.c:38.

(Note that currently the test suite fails when this option is enabled, but
 that requires separate fixes.)

Log message:
[[[
Unbreak build with defined SERF_DEBUG_BUCKET_USE.

* src/pump.c
  (pump_cleanup): Fix typo when calling serf__bucket_drain().

Patch by: Evgeny Kotkov <evgeny.kotkov{_AT_}visualsvn.com>
]]]


Regards,
Evgeny Kotkov

Re: [PATCH] Fix build with SERF_DEBUG_BUCKET_USE

Posted by Evgeny Kotkov <ev...@visualsvn.com>.
Evgeny Kotkov <ev...@visualsvn.com> writes:

> Hi,
>
> This patch fixes trunk build when SERF_DEBUG_BUCKET_USE is defined.
> The issue is caused by a typo in the pump_cleanup() function at pump.c:38.
>
> (Note that currently the test suite fails when this option is enabled, but
>  that requires separate fixes.)

Committed in https://svn.apache.org/r1788145


Regards,
Evgeny Kotkov