[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Tue Aug 9 13:16:03 UTC 2016


The branch, master has been updated
       via  afa41f0 dbwrap: Fix structure initialization
      from  3fcd937 selftest: tests for kerberos encryption types

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


- Log -----------------------------------------------------------------
commit afa41f023b4c3af067e401e53d2e89a8d568814a
Author: Amitay Isaacs <amitay at gmail.com>
Date:   Sun Aug 7 17:56:51 2016 +1000

    dbwrap: Fix structure initialization
    
    Bug: https://bugzilla.samba.org/show_bug.cgi?id=12134
    Signed-off-by: Amitay Isaacs <amitay at gmail.com>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Tue Aug  9 15:15:43 CEST 2016 on sn-devel-144

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

Summary of changes:
 source3/lib/dbwrap/dbwrap_watch.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/dbwrap/dbwrap_watch.c b/source3/lib/dbwrap/dbwrap_watch.c
index 6d3abe0..acc0f1a 100644
--- a/source3/lib/dbwrap/dbwrap_watch.c
+++ b/source3/lib/dbwrap/dbwrap_watch.c
@@ -534,7 +534,8 @@ static NTSTATUS dbwrap_watched_parse_record(
 	struct db_watched_ctx *ctx = talloc_get_type_abort(
 		db->private_data, struct db_watched_ctx);
 	struct dbwrap_watched_parse_record_state state = {
-		.parser = parser, private_data = private_data,
+		.parser = parser,
+		.private_data = private_data,
 		.deleted = false
 	};
 	NTSTATUS status;


-- 
Samba Shared Repository



More information about the samba-cvs mailing list