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

r2974: fix the build

metze
(This used to be commit 1bb71e7a86)
This commit is contained in:
Stefan Metzmacher
2004-10-14 11:11:21 +00:00
committed by Gerald (Jerry) Carter
parent dc94f05f62
commit c88518cc0e

View File

@ -41,7 +41,7 @@ static NTSTATUS drsuapi_DsBind(struct dcesrv_call_state *dce_call, TALLOC_CTX *m
struct drsuapi_bind_state *b_state;
struct dcesrv_handle *handle;
r->out.info = NULL;
r->out.bind_info = NULL;
ZERO_STRUCTP(r->out.bind_handle);
b_state = talloc_p(dce_call->conn, struct drsuapi_bind_state);