]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r24005: Attempt to fix the build on host deckchair
authorVolker Lendecke <vlendec@samba.org>
Mon, 23 Jul 2007 13:47:17 +0000 (13:47 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:28:55 +0000 (12:28 -0500)
(This used to be commit cdc8ca57a7eb3e7e33a243e705be8a33c538253a)

source3/utils/smbcontrol.c

index ccc9701401ee1cbd5b04b3da9fa28ddca24c0a10..532b2fb8bf04952e735cb5e1ee358551afff3c2a 100644 (file)
@@ -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;
 }