Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/winbindd/winbindd_lookupsid.c

    r414 r745  
    2020#include "includes.h"
    2121#include "winbindd.h"
     22#include "../libcli/security/security.h"
    2223
    2324struct winbindd_lookupsid_state {
    24         struct tevent_context *ev;
    2525        struct dom_sid sid;
    2626        enum lsa_SidType type;
     
    4444                return NULL;
    4545        }
    46         state->ev = ev;
    4746
    4847        /* Ensure null termination */
     
    5453                DEBUG(5, ("%s not a SID\n", request->data.sid));
    5554                tevent_req_nterror(req, NT_STATUS_INVALID_PARAMETER);
    56                 return tevent_req_post(req, ev);;
     55                return tevent_req_post(req, ev);
    5756        }
    5857
Note: See TracChangeset for help on using the changeset viewer.