summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-08-27 12:04:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:30:14 -0500
commitb578db69e91a088f158c1cd78a71d00045fc1da6 (patch)
tree451e7a0ecef178982d0a2b93af1fe8a16cece33a /source3/smbd/nttrans.c
parent5b9ecb5ae3fbbe10260312608f1a175e683347fe (diff)
downloadsamba-b578db69e91a088f158c1cd78a71d00045fc1da6.tar.gz
samba-b578db69e91a088f158c1cd78a71d00045fc1da6.tar.bz2
samba-b578db69e91a088f158c1cd78a71d00045fc1da6.zip
r24702: Remove the old API pointers
(This used to be commit 17df313db42199e26d7d2044f6a1d845aacd1a90)
Diffstat (limited to 'source3/smbd/nttrans.c')
-rw-r--r--source3/smbd/nttrans.c6
1 files changed, 3 insertions, 3 deletions
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;
}