overriding dyn_CONFIGFILE in pdbedit with command line parameter

2002-04-29 Thread Bradley W. Langhorst
I decided to modify pdbedit to handle another command line parameter -c /pathto/smb.conf I've got that working - but I'm not sure it's safe Is it reasonable to expect the popt stuff to give me back null terminated string? if so then find a simple patch below are attachments not accepted by

Re: overriding dyn_CONFIGFILE in pdbedit with command line parameter

2002-04-29 Thread abartlet
On Mon, Apr 29, 2002 at 05:00:32PM -0400, Bradley W. Langhorst wrote: I decided to modify pdbedit to handle another command line parameter -c /pathto/smb.conf I've got that working - but I'm not sure it's safe Is it reasonable to expect the popt stuff to give me back null terminated