Merge lp://staging/~mhlavink/ecryptfs/20090424 into lp://staging/~ecryptfs/ecryptfs/ecryptfs-utils

Proposed by Michal Hlavinka
Status: Merged
Approved by: Dustin Kirkland 
Approved revision: 386
Merge reported by: Dustin Kirkland 
Merged at revision: not available
Proposed branch: lp://staging/~mhlavink/ecryptfs/20090424
Merge into: lp://staging/~ecryptfs/ecryptfs/ecryptfs-utils
Diff against target: None lines
To merge this branch: bzr merge lp://staging/~mhlavink/ecryptfs/20090424
Reviewer Review Type Date Requested Status
Dustin Kirkland  Approve
Review via email: mp+5845@code.staging.launchpad.net
To post a comment you must log in.
Revision history for this message
Dustin Kirkland  (kirkland) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/libecryptfs/decision_graph.c'
--- src/libecryptfs/decision_graph.c 2009-04-21 19:50:44 +0000
+++ src/libecryptfs/decision_graph.c 2009-04-23 16:31:05 +0000
@@ -372,7 +372,7 @@
372 int val;372 int val;
373 int value_retrieved;373 int value_retrieved;
374 int i;374 int i;
375 int rc;375 int rc = 0;
376 int tries = 0;376 int tries = 0;
377377
378 if (ecryptfs_verbosity)378 if (ecryptfs_verbosity)
379379
=== modified file 'src/utils/mount.ecryptfs.c'
--- src/utils/mount.ecryptfs.c 2009-04-21 19:23:03 +0000
+++ src/utils/mount.ecryptfs.c 2009-04-23 13:14:33 +0000
@@ -212,6 +212,7 @@
212 "sig",212 "sig",
213 "no_sig_cache",213 "no_sig_cache",
214 "verbose",214 "verbose",
215 "verbosity",
215 "ecryptfs_enable_filename_crypto",216 "ecryptfs_enable_filename_crypto",
216 NULL217 NULL
217};218};

Subscribers

People subscribed via source and target branches