From 914b1c034fe9f52b4c858486730543bee8daaf88 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 4 Jul 2010 18:31:41 +0200 Subject: s3: Remove smbd_messaging_context() from rename_open_files() --- source3/smbd/reply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit