From 16d13dcc741a33aefe922d9f0b825fe91ee75e9e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 23 Jul 2007 13:47:17 +0000 Subject: r24005: Attempt to fix the build on host deckchair (This used to be commit cdc8ca57a7eb3e7e33a243e705be8a33c538253a) --- source3/utils/smbcontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils') diff --git a/source3/utils/smbcontrol.c b/source3/utils/smbcontrol.c index ccc9701401..532b2fb8bf 100644 --- a/source3/utils/smbcontrol.c +++ b/source3/utils/smbcontrol.c @@ -247,7 +247,7 @@ static int stack_trace_connection(struct db_record *rec, const struct connections_data *crec, void *priv) { - print_stack_trace(procid_to_pid(&conn->pid), (int *)priv); + print_stack_trace(procid_to_pid(&crec->pid), (int *)priv); return 0; } -- cgit