Author: tross
Date: Thu May 30 21:37:09 2013
New Revision: 1488021

URL: http://svn.apache.org/r1488021
Log:
NO-JIRA - Fixed a warning thrown in Release mode on older compilers.

Modified:
    qpid/trunk/qpid/extras/dispatch/src/iterator.c

Modified: qpid/trunk/qpid/extras/dispatch/src/iterator.c
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/extras/dispatch/src/iterator.c?rev=1488021&r1=1488020&r2=1488021&view=diff
==============================================================================
--- qpid/trunk/qpid/extras/dispatch/src/iterator.c (original)
+++ qpid/trunk/qpid/extras/dispatch/src/iterator.c Thu May 30 21:37:09 2013
@@ -401,7 +401,7 @@ static dx_field_iterator_t *dx_field_par
     value->view_prefix   = 0;
 
     unsigned char tag = dx_field_iterator_octet(iter);
-    unsigned int  length;
+    unsigned int  length      = 0;
     unsigned int  length_size = 0;
 
     (*available)--;



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to