On Sun, Jul 12, 2009 at 12:35:32AM +0200, Daniel Stenberg wrote:
> On Mon, 8 Jun 2009, Ben Kibbey wrote:
>
>> This fixes hostname parsing when only one part is given in the host portion:
>
> Hey again,
>
> I just had to revert the second hunk of this patch as it broke
> verification of hashed host names for me. Can you check if the current
> git repo still works for your case?
Where the the line that was (the removed one):
host = orig;
change it to
if (!salt)
host = orig;
Otherwise it'll break non-hashed hosts (untested).
-- Ben Kibbey (bjk) @ FreeNode/OFTC/Jabber _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-develReceived on 2009-07-12