1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

Fix an uninitialized variable

This commit is contained in:
Volker Lendecke
2009-02-19 20:59:31 +01:00
parent a13f065bad
commit 9823b4343d

View File

@ -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;