[scponly] --server bug
Kaleb Pederson
kibab at icehouse.net
Thu Aug 9 19:02:15 EDT 2007
Graham,
Full getopt support is now in place in the latest snapshot (which is not
currently available on sourceforge). A couple of weeks ago I posted a link
to it:
http://kibab.homeip.net/scponly/snapshots/scponly-20070718.tgz
Or, if you'd feel more comfortable, you can grab the source from CVS and
`configure && make && make install` yourself.
Please let me know if you run into any problems.
Thanks.
--Kaleb
On Thursday 09 August 2007, Graham Toal wrote:
> > And I think the fix would involve something like adding a check for
> > *tmpptr != '-' to this
> > line?
> >
> > while (*tmpptr!=NULL)
>
> Sorry, not the fix. But this works:
>
> opterr=cmdarg->strict;
> while ((ch = getopt(ac, av,
> cmdarg->opts)) != -1)
> if ((ch == cmdarg->badarg[0])
> && (av[optind-1][1] != '-')) /* FIX! */
> {
> syslog(LOG_ERR,
> "option %s is not permitted for use with %s (arg was %s)(%s)) full arg
> = %s",
>
> cmdarg->badarg, cmdarg->name, optarg, logstamp(), av[optind-1]);
>
> _______________________________________________
> scponly mailing list
> scponly at lists.ccs.neu.edu
> https://lists.ccs.neu.edu/bin/listinfo/scponly
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : https://lists.ccs.neu.edu/pipermail/scponly/attachments/20070809/88becb29/attachment.bin
More information about the scponly
mailing list