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

Volker Lendecke vlendec at samba.org
Thu Jul 10 09:12:08 GMT 2008


The branch, v3-3-test has been updated
       via  8a455b012827cfb917473a160c5710a90490451a (commit)
      from  347772fc39d9c7a96fcc72c9707696cc6abd89d7 (commit)

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


- Log -----------------------------------------------------------------
commit 8a455b012827cfb917473a160c5710a90490451a
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Jul 10 11:11:53 2008 +0200

    A brown paper bag bug fix for "net sam rights"

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

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


Changeset truncated at 500 lines:

diff --git a/source/lib/account_pol.c b/source/lib/account_pol.c
index 067f346..e415d10 100644
--- a/source/lib/account_pol.c
+++ b/source/lib/account_pol.c
@@ -442,7 +442,7 @@ bool cache_account_policy_get(int field, uint32 *value)
 struct db_context *get_account_pol_db( void )
 {
 
-	if ( db != NULL ) {
+	if ( db == NULL ) {
 		if ( !init_account_policy() ) {
 			return NULL;
 		}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list