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

Karolin Seeger kseeger at samba.org
Tue Jan 6 14:17:41 GMT 2009


The branch, v3-3-test has been updated
       via  f76614169f1e0a932cf2895702cfa9e8a5735875 (commit)
      from  6f38786aa878bd1a7fc10069773c19b28437fbbb (commit)

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


- Log -----------------------------------------------------------------
commit f76614169f1e0a932cf2895702cfa9e8a5735875
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.

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

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 c5bafb1..9c7294a 100644
--- a/source/web/swat.c
+++ b/source/web/swat.c
@@ -477,7 +477,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