MAX_OPEN_FILES mods work

Luke Kenneth Casson Leighton lkcl at switchboard.net
Tue Jul 21 15:54:53 GMT 1998


On Tue, 21 Jul 1998, Andrew Tridgell wrote:

> > I am still worried about swat declaring its own Files variable and not
> > seeming to use it, though.
> 
> I think it's there bacause of a linking problem. SWAT needs to link to
> some code that uses Files[] but Files[] is declared as part of a
> module that SWAT can't link to, so SWAT needs to declare its own copy
> to link correctly.

that tells me that the modules aren't broken down properly.  whatever
functions refer to Files[] and also have other functions required by 
swat should be split in a separate module, referring only to Files[].

if possible.  it usually is.

luke



More information about the samba-technical mailing list