summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-07-04 18:31:41 +0200
committerVolker Lendecke <vl@samba.org>2010-07-05 11:06:27 +0200
commit914b1c034fe9f52b4c858486730543bee8daaf88 (patch)
treeb5a8ea271b5fa4e417603a89269718315ec37ca4 /source3
parent8da057550758919fa0bded72c2ec973f2aefd1d6 (diff)
downloadsamba-914b1c034fe9f52b4c858486730543bee8daaf88.tar.gz
samba-914b1c034fe9f52b4c858486730543bee8daaf88.tar.bz2
samba-914b1c034fe9f52b4c858486730543bee8daaf88.zip
s3: Remove smbd_messaging_context() from rename_open_files()
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index 3010c74eca..7c80daf863 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -5609,7 +5609,7 @@ static void rename_open_files(connection_struct *conn,
}
/* Send messages to all smbd's (not ourself) that the name has changed. */
- rename_share_filename(smbd_messaging_context(), lck, conn->connectpath,
+ rename_share_filename(conn->sconn->msg_ctx, lck, conn->connectpath,
smb_fname_dst);
}