summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_echo_nt.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/rpc_server/srv_echo_nt.c')
-rw-r--r--source3/rpc_server/srv_echo_nt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_server/srv_echo_nt.c b/source3/rpc_server/srv_echo_nt.c
index eb095f6bfe..58ab51e2b0 100644
--- a/source3/rpc_server/srv_echo_nt.c
+++ b/source3/rpc_server/srv_echo_nt.c
@@ -120,7 +120,7 @@ void _echo_TestEnum(pipes_struct *p, struct echo_TestEnum *r)
void _echo_TestSurrounding(pipes_struct *p, struct echo_TestSurrounding *r)
{
r->out.data->x *= 2;
- r->out.data->surrounding = talloc_zero_array(p->mem_ctx, uint16_t, r->in.data->x);
+ r->out.data->surrounding = TALLOC_ZERO_ARRAY(p->mem_ctx, uint16_t, r->in.data->x);
}
uint16 _echo_TestDoublePointer(pipes_struct *p, struct echo_TestDoublePointer *r)