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

Karolin Seeger kseeger at samba.org
Thu Jul 17 13:25:45 GMT 2008


The branch, v3-2-test has been updated
       via  857e9d2b27eb6824a8056490076fa020fd185a6d (commit)
      from  11a8f5161184914bec031c741c57bbce19998d2c (commit)

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


- Log -----------------------------------------------------------------
commit 857e9d2b27eb6824a8056490076fa020fd185a6d
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"
    (cherry picked from commit 8a455b012827cfb917473a160c5710a90490451a)

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

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