[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-1016-g9823b43

Volker Lendecke vlendec at samba.org
Thu Feb 19 19:55:04 GMT 2009


The branch, master has been updated
       via  9823b4343d87fc0c45f3c60a49855674fc6ff7c8 (commit)
      from  a13f065bad0f4d21a67e68b743f17f45bf0a4691 (commit)

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


- Log -----------------------------------------------------------------
commit 9823b4343d87fc0c45f3c60a49855674fc6ff7c8
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Feb 19 20:59:31 2009 +0100

    Fix an uninitialized variable

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

Summary of changes:
 source3/lib/netapi/serverinfo.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/netapi/serverinfo.c b/source3/lib/netapi/serverinfo.c
index 72ceec0..cbb9197 100644
--- a/source3/lib/netapi/serverinfo.c
+++ b/source3/lib/netapi/serverinfo.c
@@ -397,6 +397,7 @@ static NTSTATUS map_server_info_to_SERVER_INFO_buffer(TALLOC_CTX *mem_ctx,
 
 		case 599:
 			i599.sv599_sessopens		= i->info599->sessopen;
+			i599.sv599_sessvcs		= i->info599->sesssvc;
 			i599.sv599_opensearch		= i->info599->opensearch;
 			i599.sv599_sizreqbuf		= i->info599->sizereqbufs;
 			i599.sv599_initworkitems	= i->info599->initworkitems;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list