~ubuntu-branches/ubuntu/wily/davix/wily

« back to all changes in this revision

Viewing changes to src/tools/davix_tool_rm_main.cpp

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2014-10-23 16:02:47 UTC
  • mfrom: (5.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20141023160247-izv1acuq0bcfv3qn
Tags: 0.3.6-1
Update to version 0.3.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
 
55
55
    if( (retcode= Tool::parse_davix_options(argc, argv, opts, &tmp_err)) ==0){
56
56
        Context c;
57
 
        configureContext(c, opts);
 
57
 
58
58
        if( (retcode = Tool::configureAuth(opts, &tmp_err)) == 0){
 
59
            configureContext(c, opts);
59
60
            DavFile f(c,opts.vec_arg[0]);
60
61
            f.deletion(&opts.params, &tmp_err);
61
62
        }