~ubuntu-branches/debian/sid/ntfs-3g/sid

« back to all changes in this revision

Viewing changes to src/ntfs-3g_common.c

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2014-10-05 09:34:12 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20141005093412-4ohtygxt9pm9v5u9
Tags: 1:2014.2.15AR.2-1
* New upstream release.
* Remove 0001-type-inconsistencies.patch and 0002-exit-values.patch , this
  release contains those.
* Update Standards-Version to 3.9.6 .

Show diffs side-by-side

added added

removed removed

Lines of Context:
531
531
                ctx->secure_flags |= (1 << SECURITY_ACL);
532
532
        if (want_permissions)
533
533
                ctx->secure_flags |= (1 << SECURITY_WANTED);
534
 
        if (ctx->ro)
 
534
        if (ctx->ro) {
535
535
                ctx->secure_flags &= ~(1 << SECURITY_ADDSECURIDS);
 
536
                ctx->hiberfile = FALSE;
 
537
        }
536
538
exit:
537
539
        free(options);
538
540
        return ret;