r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
[tprouty/samba.git] / source4 / ntvfs / cifs / vfs_cifs.c
index cf6caebc7679839962ff5e565bc248b1b0dbcc80..7ac687dd460f625f93c3532eb016acf107195d12 100644 (file)
@@ -201,7 +201,7 @@ static void async_simple(struct smbcli_request *c_req)
        if (!c_req) return NT_STATUS_UNSUCCESSFUL; \
        { \
                struct async_info *async; \
-               async = talloc_p(req, struct async_info); \
+               async = talloc(req, struct async_info); \
                if (!async) return NT_STATUS_NO_MEMORY; \
                async->parms = io; \
                async->req = req; \