diff options
| author | Alan Conway <aconway@apache.org> | 2006-10-24 21:13:01 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2006-10-24 21:13:01 +0000 |
| commit | 28a292ba973e13aaf2a83440b8d8bde576871ce7 (patch) | |
| tree | 5daded52fc1b8a0010237c9210370135527cf400 /qpid/cpp/src | |
| parent | 7853774b9e2451cb4722eb63c53fc25a51c27b1a (diff) | |
| download | qpid-python-28a292ba973e13aaf2a83440b8d8bde576871ce7.tar.gz | |
Makefile support for optimized release build. Do make BUILD=RELEASE.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@467486 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/io/LFProcessor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/qpid/io/LFProcessor.cpp b/qpid/cpp/src/qpid/io/LFProcessor.cpp index dba5d6c962..dabbdbecae 100644 --- a/qpid/cpp/src/qpid/io/LFProcessor.cpp +++ b/qpid/cpp/src/qpid/io/LFProcessor.cpp @@ -102,8 +102,8 @@ bool LFProcessor::empty(){ return count == 0; } -void LFProcessor::poll(){ - apr_status_t status; +void LFProcessor::poll() { + apr_status_t status = APR_EGENERAL; do{ current = 0; if(!stopped){ |
