]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commitb235f5a1c7111dd426f5359d13b39bb55e380212
treef8087a1a0ead8105cd461e2e76101d1911e2ad2e
parentd0b6120b3c6d0fea602daf1097714d27b37fd846
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.

git-svn-id: http://svn.tartarus.org/sgt/putty@2613 cda61777-01e9-0310-a592-d414129be87e
be_all.c
be_nossh.c
mac/mac.c
putty.h
window.c