From dd9ed7bef4040e2f87baa3bf7133675aca995980 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 27 Jan 2013 17:24:31 +0100 Subject: [PATCH] smbcontrol: Fix the build with libunwind Reviewed-by: Andreas Schneider --- source3/utils/smbcontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/utils/smbcontrol.c b/source3/utils/smbcontrol.c index ac13dc4e3be..8a690566e70 100644 --- a/source3/utils/smbcontrol.c +++ b/source3/utils/smbcontrol.c @@ -327,7 +327,7 @@ static int stack_trace_server(const struct server_id *id, void *priv) { if (id->vnn == get_my_vnn()) { - print_stack_trace(procid_to_pid(&id->pid), (int *)priv); + print_stack_trace(procid_to_pid(id), (int *)priv); } return 0; } -- 2.11.4.GIT