summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/sockperf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sockperf.c b/test/sockperf.c
index a18d8ba3f..28368efbc 100644
--- a/test/sockperf.c
+++ b/test/sockperf.c
@@ -183,7 +183,7 @@ static apr_status_t runTest(struct testSet *ts, struct testResult *res,
apr_pool_t *pool)
{
char *buffer;
- apr_status_t rv;
+ apr_status_t rv = APR_SUCCESS;
int i;
apr_size_t sz = ts->size * TEST_SIZE;