On 12/31/2017 10:47 AM, Robert Riebisch wrote:
> From SSHDOS source code:
> ###
>    if(remote_major != 1 && remote_minor == 0)
>       fatal("Unsupported remote protocol version\n");
> ###

What a weird check. So version 2.1 would work? Shouldn't the check be

if (!(remote_major == 1 && remote_minor == 0))

?


Happy Hacking,

David E. McMackins II
Supporting Member, Electronic Frontier Foundation (#2296972)
Associate Member, Free Software Foundation (#12889)

www.mcmackins.org www.delwink.com
www.eff.org www.gnu.org www.fsf.org

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to