]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Address another bogus GCC warning.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 9 Dec 2014 16:08:37 +0000 (16:08 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 9 Dec 2014 16:08:37 +0000 (16:08 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12300 a1ca3aef-8c08-0410-bb20-df032aa958be

cups/ipp.c

index 9211ef0eef13d2329efece3a1127114696c7ca26..20bd320f94f11209e284fe806456f4ca482f1a8d 100644 (file)
@@ -2032,7 +2032,7 @@ ippFindNextAttribute(ipp_t      *ipp,     /* I - IPP message */
                        *childattr;     /* Child attribute */
   ipp_tag_t            value_tag;      /* Value tag */
   char                 parent[1024],   /* Parent attribute name */
-                       *child;         /* Child attribute name */
+                       *child = NULL;  /* Child attribute name */
 
 
   DEBUG_printf(("2ippFindNextAttribute(ipp=%p, name=\"%s\", type=%02x(%s))",