https://bugzilla.mindrot.org/show_bug.cgi?id=2999
--- Comment #18 from Damien Miller <[email protected]> --- Looking at your gdb output, it appears that you have hand-applied the patch and not removed the lines that were supposed to be deleted: > - if (parse_user_host_path(*argv, &user, &host, > - &file1) == -1) { is supposed to be gone, but your gdb output includes it: > (gdb) list 2500 > 2495 break; > 2496 default: > 2497 if (parse_user_host_path(*argv, &user, &host, > 2498 &file1) == 0) I think this is why it isn't working for you. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
