[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Tue Oct 19 08:06:01 MDT 2010


The branch, master has been updated
       via  38438c3 s4:nbt_server - fix a LDB counter type
      from  4b4dcaf s4-dsdb Reset the error string after 'expected' errors.

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


- Log -----------------------------------------------------------------
commit 38438c30618ab440bf3b5e45941f14a295ad1c3f
Author: Matthias Dieter Wallnöfer <mdw at samba.org>
Date:   Tue Oct 19 15:05:01 2010 +0200

    s4:nbt_server - fix a LDB counter type
    
    Autobuild-User: Matthias Dieter Wallnöfer <mdw at samba.org>
    Autobuild-Date: Tue Oct 19 14:05:13 UTC 2010 on sn-devel-104

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

Summary of changes:
 source4/nbt_server/wins/winsdb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/nbt_server/wins/winsdb.c b/source4/nbt_server/wins/winsdb.c
index f62cce9..9ed4d0a 100644
--- a/source4/nbt_server/wins/winsdb.c
+++ b/source4/nbt_server/wins/winsdb.c
@@ -855,7 +855,7 @@ uint8_t winsdb_modify(struct winsdb_handle *h, struct winsdb_record *rec, uint32
 	TALLOC_CTX *tmp_ctx = talloc_new(wins_db);
 	int trans;
 	int ret;
-	int i;
+	unsigned int i;
 
 	trans = ldb_transaction_start(wins_db);
 	if (trans != LDB_SUCCESS) goto failed;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list