Pierre Habouzit <madcoder@xxxxxxxxxx> writes: > On Tue, Sep 18, 2007 at 10:00:51PM +0000, Pierre Habouzit wrote: >> + cp = strchr(qname.buf + qname.len + 3 - max, '/'); >> + if (cp) >> + cp = qname.buf + qname.len + 3 - max; > > OMG, this is supposed to be if (!cp) of course... > > I wonder how this passed the testsuite. You would need a new test, I guess, before a huge rewrite. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html