From: Volker Lendecke Date: Mon, 23 Jul 2007 13:47:17 +0000 (+0000) Subject: r24005: Attempt to fix the build on host deckchair X-Git-Tag: samba-4.0.0alpha6~801^2~5272 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16d13dcc741a33aefe922d9f0b825fe91ee75e9e;p=thirdparty%2Fsamba.git r24005: Attempt to fix the build on host deckchair (This used to be commit cdc8ca57a7eb3e7e33a243e705be8a33c538253a) --- diff --git a/source3/utils/smbcontrol.c b/source3/utils/smbcontrol.c index ccc9701401e..532b2fb8bf0 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; }