r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
[abartlet/samba.git/.git] / source4 / rpc_server / remote / dcesrv_remote.c
index 1464ef03079cb0462fd69606a79990c95b3f0d8d..b1e96591985c03698d544ca77ec950e6d192d240 100644 (file)
@@ -37,7 +37,7 @@ static NTSTATUS remote_op_bind(struct dcesrv_call_state *dce_call, const struct
                return NT_STATUS_INVALID_PARAMETER;
        }
 
-       private = talloc_p(dce_call->conn, struct dcesrv_remote_private);
+       private = talloc(dce_call->conn, struct dcesrv_remote_private);
        if (!private) {
                return NT_STATUS_NO_MEMORY;     
        }