diff options
| -rw-r--r-- | source3/libsmb/smb2cli_ioctl.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/smb2cli_ioctl.c b/source3/libsmb/smb2cli_ioctl.c index 4b83355b88..c80ae49a58 100644 --- a/source3/libsmb/smb2cli_ioctl.c +++ b/source3/libsmb/smb2cli_ioctl.c @@ -297,7 +297,7 @@ NTSTATUS smb2cli_ioctl(struct smbXcli_conn *conn,  		       DATA_BLOB *out_output_buffer)  {  	TALLOC_CTX *frame = talloc_stackframe(); -	struct event_context *ev; +	struct tevent_context *ev;  	struct tevent_req *req;  	NTSTATUS status = NT_STATUS_NO_MEMORY;  | 
