G/M,
Thx x 2!
Norm
On 22/11/2016 11:45 PM, Jim Jagielski wrote:
Thx again! Added in both APU-1.6 and APR-TRUNK
On Nov 22, 2016, at 4:53 AM, NormW <no...@gknw.net> wrote:

G/E (Hope this doesn't ruin it)

Index: redis/apr_redis.c
===================================================================
--- redis/apr_redis.c   (revision 1770630)
+++ redis/apr_redis.c   (working copy)
@@ -859,9 +859,9 @@
{
     char *length;
     char *last;
+    apr_status_t rv;
     apr_size_t len = 0;
     *new_length = 0;
-    apr_status_t rv;

     length = apr_strtok(conn->buffer + 1, " ", &last);
     if (length) {

No idea if this is a C89 quirk or a CW quirk... if the latter please ignore!
Norm
<apr_redis_c.diff>


Reply via email to