The branch, v3-5-test has been updated
       via  950857f... s3: de-deprecate "write cache size" to prevent its 
removal without a proper alternative
      from  08b6928... create-tarball: Readd RFCs (fixes the merged build).

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test


- Log -----------------------------------------------------------------
commit 950857f6ba7f0ff4e238b600fc0e6c10c972e582
Author: Volker Lendecke <[email protected]>
Date:   Mon Dec 7 16:24:08 2009 +0100

    s3: de-deprecate "write cache size" to prevent its removal without a proper 
alternative

-----------------------------------------------------------------------

Summary of changes:
 source3/param/loadparm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 08bb654..0499d65 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -2503,7 +2503,7 @@ static struct parm_struct parm_table[] = {
                .ptr            = &sDefault.iWriteCacheSize,
                .special        = NULL,
                .enum_list      = NULL,
-               .flags          = FLAG_ADVANCED | FLAG_SHARE | FLAG_DEPRECATED,
+               .flags          = FLAG_ADVANCED | FLAG_SHARE,
        },
        {
                .label          = "name cache timeout",


-- 
Samba Shared Repository

Reply via email to