On Sun, 2005-02-20 at 18:55 -0600, Eric Evans wrote:
> Hi Matthew,

Hey.

> I've prepared a new release, (1.0.1-2), that addresses the bug you
> reported, and an upload will occur as soon as I can get my sponsor to
> make an upload.
> 
> In the meantime, if you are interested in testing, you can obtain a copy
> from my repository using the following sources.

I'll try to test it later, but looking over the patch you made I noticed
this:

    -  if (!cmd_to_exec) return -1;
    +  if (!cmd_to_exec) 
    +    {
    +      debug_printf(DEBUG_NORMAL, "No first auth command set\n");     
    +      return 0;
    +    }

This change is in cmd_handler_exec, and I expect it would fix the
problem I'm having, however, the warning message seems wrong.
cmd_handler_exec is used to also execute the startup and reauth
commands, so the warning should probably be more general for any
situations where any of those commands are missing.

> Thanks again for your report.

Thanks for writing the patch.
-- 
Matthew Dempsky <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to