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:
parent
bb3238b46f
commit
dd9ed7bef4
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user