1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

smbcontrol: Fix the build with libunwind

Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Volker Lendecke 2013-01-27 17:24:31 +01:00 committed by Andreas Schneider
parent bb3238b46f
commit dd9ed7bef4

View File

@ -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;
}