[SCM] Samba Shared Repository - branch master updated - db955fa7b9b8780a59a73f9a1a253366bd22d5c3

Karolin Seeger kseeger at samba.org
Tue Jan 6 14:16:43 GMT 2009


The branch, master has been updated
       via  db955fa7b9b8780a59a73f9a1a253366bd22d5c3 (commit)
      from  a7e7fa84900a344a8d419732cb2f1d4ef4ed0aa4 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit db955fa7b9b8780a59a73f9a1a253366bd22d5c3
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:
 source3/web/swat.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/web/swat.c b/source3/web/swat.c
index 060f024..4bfb731 100644
--- a/source3/web/swat.c
+++ b/source3/web/swat.c
@@ -478,7 +478,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