[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: unblock request - ipsec-tools/racoon - iPhone OS support integrated



On Thu, 2010-08-12 at 19:16 +0200, Stefan Bauer wrote:
> i just uploaded a new version to unstable with a quite helful patch
> to provide iPhone-support for vpn-connections with ipsec-tools/racoon.
> 
> As a huge amount of ppl are using iphone's i would love to see this
> improvement beeing in the upcoming stable version.

Yay for small patches. :-)

A quick question though:

+-              if (strncmp(buf, str, len) == 0 && buf[len] == '\0') {
++              if (strncmp(buf, "*", 2) == 0 ||
++              (strncmp(buf, str, len) == 0 && buf[len] == '\0')) {

Why the first two characters?  Should the * not always be at the start
of the line?

Regards,

Adam


Reply to: