[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-992-gf731fee

Michael Adam obnox at samba.org
Wed Jan 2 16:08:53 GMT 2008


The branch, v3-2-test has been updated
       via  f731fee408a809b6dc266d45e41f37e63bf4e48d (commit)
      from  fa669b307c5191f1f8921e863e88c1e9ff692557 (commit)

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


- Log -----------------------------------------------------------------
commit f731fee408a809b6dc266d45e41f37e63bf4e48d
Author: Michael Adam <obnox at samba.org>
Date:   Wed Jan 2 17:08:28 2008 +0100

    Use the proper boolean constants.
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source/lib/util_reg_smbconf.c b/source/lib/util_reg_smbconf.c
index 154c67a..fa58f28 100644
--- a/source/lib/util_reg_smbconf.c
+++ b/source/lib/util_reg_smbconf.c
@@ -57,7 +57,7 @@ done:
  */
 bool registry_init_regdb(void)
 {
-	bool ret = False;
+	bool ret = false;
 	int saved_errno = 0;
 	static REGISTRY_HOOK smbconf_reg_hook = {KEY_SMBCONF, &smbconf_reg_ops};
 
@@ -78,7 +78,7 @@ bool registry_init_regdb(void)
 		goto done;
 	}
 
-	ret = True;
+	ret = true;
 
 done:
 	return ret;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list