~ubuntu-branches/ubuntu/raring/remmina/raring

« back to all changes in this revision

Viewing changes to src/remminaplug_vnc.c

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2010-01-26 20:17:14 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100126201714-i80t3aighmpv64i1
Tags: 0.7.3-1
* New upstream release.
  - Allow connecting to a VNC server via SSH tunnel by specifying
    display number instead of TCP port (Closes: #563969).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1089
1089
    {
1090
1090
        gp_vnc->auth_called = FALSE;
1091
1091
 
1092
 
        host = remmina_plug_start_direct_tunnel (gp, 5900);
 
1092
        host = remmina_plug_start_direct_tunnel (gp, 5900, TRUE);
1093
1093
 
1094
1094
        if (host == NULL)
1095
1095
        {