Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/libsmb/clioplock.c

    r414 r740  
    1919
    2020#include "includes.h"
     21#include "../lib/util/tevent_ntstatus.h"
     22#include "async_smb.h"
     23#include "libsmb/libsmb.h"
    2124
    2225/****************************************************************************
     
    3841        struct cli_oplock_ack_state *state;
    3942
    40         req = tevent_req_create(mem_ctx, &state, struct cli_oplock_ack_state);;
     43        req = tevent_req_create(mem_ctx, &state, struct cli_oplock_ack_state);
    4144        if (req == NULL) {
    4245                return NULL;
     
    6770        NTSTATUS status;
    6871
    69         status = cli_smb_recv(subreq, 0, NULL, NULL, NULL, NULL);
     72        status = cli_smb_recv(subreq, NULL, NULL, 0, NULL, NULL, NULL, NULL);
    7073        TALLOC_FREE(subreq);
    7174        if (!NT_STATUS_IS_OK(status)) {
Note: See TracChangeset for help on using the changeset viewer.