-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi everybody.
An exception is not caught in Daemon.java, a patch is appended.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkysomUACgkQxwmSsslKOXDaKwCg0hp/SwZte3EDpmuZBl5OO9+v
0hQAoNie1f1dIFUAyj2Ws6k/V/7bL6/y
=s5/M
-----END PGP SIGNATURE-----
diff jsch-0.1.43/examples/Daemon.java jsch-0.1.43-orig/examples/Daemon.java
62c63,68
<       System.out.println("remote host: "+channel.getSession().getHost());
---
>       try {
>         System.out.println("remote host: "+channel.getSession().getHost());
>     } catch (JSchException e1) {
>         e1.printStackTrace();
>     }

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
JSch-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to