[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-3332-g148437f

Karolin Seeger kseeger at samba.org
Tue Jan 6 14:19:32 GMT 2009


The branch, v3-2-test has been updated
       via  148437fcd0896591ebbf6c2808723575d025123f (commit)
      from  f420b5c2af7d46e88269d9ec89c5dcd37f1f8f46 (commit)

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


- Log -----------------------------------------------------------------
commit 148437fcd0896591ebbf6c2808723575d025123f
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Jan 6 15:13:43 2009 +0100

    s3/swat: Fix creation of the first share using SWAT.
    
    This fixes bug #5965.
    (cherry picked from commit f76614169f1e0a932cf2895702cfa9e8a5735875)

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

Summary of changes:
 source/web/swat.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/web/swat.c b/source/web/swat.c
index 47c40cb..39efc79 100644
--- a/source/web/swat.c
+++ b/source/web/swat.c
@@ -474,7 +474,7 @@ static int save_reload(int snum)
 	}
 
 	write_config(f, False);
-	if (snum)
+	if (snum >= 0)
 		lp_dump_one(f, False, snum);
 	fclose(f);
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list