Changeset 745 for trunk/server/source3/smbd/dmapi.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source3/smbd/dmapi.c
r414 r745 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.