Tartarus CVS: putty: simon
tartarus-commits@lists.tartarus.org
tartarus-commits@lists.tartarus.org
Sun, 12 Jan 2003 14:56:22 +0000
CVS Root: /home/cvs
Module: putty
Changes by: simon
Date: Sun Jan 12 2003 14:56:22 GMT
Log message:
There's no real need for portfwd.c to reference `cfg' directly, when
it only needs one item from it and that can easily be passed in from
the call site in ssh.c.
Modified files:
. : portfwd.c ssh.c ssh.h
Links:
http://cvs.tartarus.org//putty/portfwd.c.diff?r1=1.13&r2=1.14
http://cvs.tartarus.org//putty/ssh.c.diff?r1=1.263&r2=1.264
http://cvs.tartarus.org//putty/ssh.h.diff?r1=1.64&r2=1.65