dovecot-2.2: lib-fs: debug and enable_timing settings weren't be...
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Tue Sep 22 13:42:27 UTC 2015
    
    
  
details:   http://hg.dovecot.org/dovecot-2.2/rev/5ceab761d8d6
changeset: 19184:5ceab761d8d6
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Sep 22 16:38:59 2015 +0300
description:
lib-fs: debug and enable_timing settings weren't being permanently copied to fs->set
diffstat:
 src/lib-fs/fs-api.c |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r a1c9e2cc574b -r 5ceab761d8d6 src/lib-fs/fs-api.c
--- a/src/lib-fs/fs-api.c	Tue Sep 22 16:09:41 2015 +0300
+++ b/src/lib-fs/fs-api.c	Tue Sep 22 16:38:59 2015 +0300
@@ -31,6 +31,8 @@
 	fs = fs_class->v.alloc();
 	fs->refcount = 1;
 	fs->last_error = str_new(default_pool, 64);
+	fs->set.debug = set->debug;
+	fs->set.enable_timing = set->enable_timing;
 	i_array_init(&fs->module_contexts, 5);
 
 	T_BEGIN {
    
    
More information about the dovecot-cvs
mailing list