Re: IPSec not a "supported" protocol for PPP interfaces?
Re: IPSec not a "supported" protocol for PPP interfaces?
- Subject: Re: IPSec not a "supported" protocol for PPP interfaces?
- From: Nathan Duran <email@hidden>
- Date: Sat, 12 Jan 2008 13:07:04 -0800
On Jan 12, 2008, at 12:54 PM, Chris Heimark wrote:
If I'm right, I think the bug is in this line of code, where you're
examining before the beginning of the array (0 based indices I
assume). protoCount begins one too high, right? Do you want for
(idx=0;idx< protoCount;++idx) ?
It pops up in the second iteration of the loop, so I don't think
that's before the beginning. Plus the call to retrieve the name should
fail if it wasn't being passed a valid pointer.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden