https://bz.apache.org/bugzilla/show_bug.cgi?id=64598
--- Comment #6 from Petr Gajdos <[email protected]> --- (In reply to Petr Gajdos from comment #5) > You probably wanted > headerlen += 2 + strlen(env[j].key) + 2 + (env[j].val ? strlen(env[j].val) > : 0; Eh, headerlen += 2 + strlen(env[j].key) + 2 + (env[j].val ? strlen(env[j].val : 0); of course. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
