r4591: - converted the other _p talloc functions to not need _p
[jelmer/samba4-debian.git] / source / libcli / raw / rawnotify.c
index 918fb788cbd261eabcae202ff0684ea2ff6caa20..e48545419fd332f4b920997da4803dff85903354 100644 (file)
@@ -73,7 +73,7 @@ NTSTATUS smb_raw_changenotify_recv(struct smbcli_request *req,
        }
 
        /* allocate array */
-       parms->out.changes = talloc_array_p(mem_ctx, struct notify_changes, parms->out.num_changes);
+       parms->out.changes = talloc_array(mem_ctx, struct notify_changes, parms->out.num_changes);
        if (!parms->out.changes) {
                return NT_STATUS_NO_MEMORY;
        }