Changeset 740 for vendor/current/source3/smbd/dmapi.c
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/smbd/dmapi.c
r414 r740 20 20 21 21 #include "includes.h" 22 #include "smbd/smbd.h" 22 23 #include "smbd/globals.h" 23 24 … … 189 190 { 190 191 if (!dmapi_ctx) { 191 dmapi_ctx = talloc(talloc_autofree_context(), 192 struct smbd_dmapi_context); 192 dmapi_ctx = talloc(NULL, struct smbd_dmapi_context); 193 193 if (!dmapi_ctx) { 194 194 exit_server("unable to allocate smbd_dmapi_context");
Note:
See TracChangeset
for help on using the changeset viewer.