~ubuntu-branches/ubuntu/jaunty/gvfs/jaunty-proposed

« back to all changes in this revision

Viewing changes to daemon/daemon-main.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-03-16 13:19:50 UTC
  • mfrom: (1.1.39 upstream)
  • Revision ID: james.westby@ubuntu.com-20090316131950-prm1eefbv2ebf7jc
Tags: 1.2.0-0ubuntu1
* New upstream version:
  - sftp: Don't hang if ssh no authentication method availible
  - Don't leak file monitors
  - computer: don't show shadowed mounts

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
      argc--;
143
143
      argv++;
144
144
    }
 
145
  else if (g_getenv ("GVFS_DEBUG"))
 
146
    {
 
147
      print_debug = TRUE;
 
148
    }
145
149
  
146
150
  mount_spec = NULL;
147
151
  if (argc > 1 && strcmp (argv[1], "--spawner") == 0)