1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

r26362: Fix segfault in NET-API-DELSHARE torture test.

Andrew Bartlett
(This used to be commit aab6b7eeb86f7a36261099a085fd450438fa5de1)
This commit is contained in:
Andrew Bartlett 2007-12-10 06:21:29 +01:00 committed by Stefan Metzmacher
parent 4b11514784
commit 82585a5ca6

View File

@ -183,6 +183,7 @@ static bool test_addshare(struct dcerpc_pipe *svc_pipe, TALLOC_CTX *mem_ctx, con
add.in.server_unc = host;
add.in.level = 2;
add.in.info.info2 = &i;
add.in.parm_error = NULL;
status = dcerpc_srvsvc_NetShareAdd(svc_pipe, mem_ctx, &add);
if (!NT_STATUS_IS_OK(status)) {