From: Victor J. <vi...@nk...> - 2004-07-09 08:55:09
|
If i see it correct, the code on line 357 can only be reached if pv.interface is already NULL... On Friday 09 July 2004 09:50, William Metcalf wrote: > I forgot that you are trying to do NAT mode... The error comes out of > plugbase.c why it thinks you have yet to specify an interface i'm not sure. > Just for grins try changing line 357 in spo_database.c from > > if (InlineMode()) > > to > > if((InlineMode()) && (pv.interface = NULL)) > > I'm not sure what difference this will make as via the command line > switches you sent you are specifying an interface and the original if > statement is only called if escapedinterface can't be filled by what you > specified on the command line but give it a shot anyway. > > Regards, > > Will |