From b578db69e91a088f158c1cd78a71d00045fc1da6 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 27 Aug 2007 12:04:09 +0000 Subject: r24702: Remove the old API pointers (This used to be commit 17df313db42199e26d7d2044f6a1d845aacd1a90) --- source3/smbd/nttrans.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source3/smbd/nttrans.c') diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c index 5e20002339..f5c5db72a0 100644 --- a/source3/smbd/nttrans.c +++ b/source3/smbd/nttrans.c @@ -444,7 +444,7 @@ static void do_ntcreate_pipe_open(connection_struct *conn, DEBUG(5,("do_ntcreate_pipe_open: open pipe = %s\n", fname)); - chain_reply_new(req); + chain_reply(req); } /**************************************************************************** @@ -479,7 +479,7 @@ static void reply_ntcreate_and_X_quota(connection_struct *conn, DEBUG(5,("reply_ntcreate_and_X_quota: fnum = %d, open name = %s\n", fsp->fnum, fsp->fsp_name)); - chain_reply_new(req); + chain_reply(req); } /**************************************************************************** @@ -1008,7 +1008,7 @@ void reply_ntcreate_and_X(connection_struct *conn, DEBUG(5,("reply_ntcreate_and_X: fnum = %d, open name = %s\n", fsp->fnum, fsp->fsp_name)); - chain_reply_new(req); + chain_reply(req); END_PROFILE(SMBntcreateX); return; } -- cgit