]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Implement Simon's suggestion of moving DEFAULT_PROTOCOL into a per-backend-
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Wed, 15 Jan 2003 20:47:50 +0000 (20:47 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Wed, 15 Jan 2003 20:47:50 +0000 (20:47 +0000)
commite8ebb4c879d6e3f199fd35b3f009a32cd3a03408
treef8087a1a0ead8105cd461e2e76101d1911e2ad2e
parentc6920b01c47f59fd55e6da74e0bccbffde04d465
Implement Simon's suggestion of moving DEFAULT_PROTOCOL into a per-backend-
link-module const variable `be_default_protocol' which suggests a sensible
default to the front end (which can ignore it). (DEFAULT_PORT is replaced by a
lookup in the backend[] table.)
Still not pretty, but it does mean that the recent fix for `ssh-default'
doesn't break PuTTYtel.

[originally from svn r2613]
be_all.c
be_nossh.c
mac/mac.c
putty.h
window.c