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/smbd/dmapi.c

    r414 r740  
    2020
    2121#include "includes.h"
     22#include "smbd/smbd.h"
    2223#include "smbd/globals.h"
    2324
     
    189190{
    190191        if (!dmapi_ctx) {
    191                 dmapi_ctx = talloc(talloc_autofree_context(),
    192                                    struct smbd_dmapi_context);
     192                dmapi_ctx = talloc(NULL, struct smbd_dmapi_context);
    193193                if (!dmapi_ctx) {
    194194                        exit_server("unable to allocate smbd_dmapi_context");
Note: See TracChangeset for help on using the changeset viewer.