On Thu, 25 Jun 2009, Hubert Feyrer wrote:
+ if (sp != NULL || *error != 0) DPRINTF(("ipsecpol: done, sp %p error %d, \n", sp, *error));
Actually, that should just check for *error != 0, else it'll still spam the console during regular IPsec operation. (Without the patch, even non-IPsec traffic fills up the console) - Hubert