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

« back to all changes in this revision

Viewing changes to src/remminaplug_rdp.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:
102
102
        }
103
103
    }
104
104
 
105
 
    host = remmina_plug_start_direct_tunnel (gp, 3389);
 
105
    host = remmina_plug_start_direct_tunnel (gp, 3389, FALSE);
106
106
    if (host == NULL)
107
107
    {
108
108
        gp_rdp->thread = 0;