diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-07-23 13:47:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:28:55 -0500 |
commit | 16d13dcc741a33aefe922d9f0b825fe91ee75e9e (patch) | |
tree | 776e90058942bf322c171503d72e0e8efbce7ea7 | |
parent | 01d5091c26b9edd54023b5d3b0ab00ad93608654 (diff) | |
download | samba-16d13dcc741a33aefe922d9f0b825fe91ee75e9e.tar.gz samba-16d13dcc741a33aefe922d9f0b825fe91ee75e9e.tar.bz2 samba-16d13dcc741a33aefe922d9f0b825fe91ee75e9e.zip |
r24005: Attempt to fix the build on host deckchair
(This used to be commit cdc8ca57a7eb3e7e33a243e705be8a33c538253a)
-rw-r--r-- | source3/utils/smbcontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |