diff options
author | Luke Leighton <lkcl@samba.org> | 1997-10-30 17:08:42 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1997-10-30 17:08:42 +0000 |
commit | 739a730637b8320dce85c12686a4d4647990824d (patch) | |
tree | b3888051dad64a12d5674b4cdccbb9cecfab2176 /source3/smbd/ipc.c | |
parent | f1093ad693d1650bcc50b5c7dd9b5a0356088cde (diff) | |
download | samba-739a730637b8320dce85c12686a4d4647990824d.tar.gz samba-739a730637b8320dce85c12686a4d4647990824d.tar.bz2 samba-739a730637b8320dce85c12686a4d4647990824d.zip |
Makefile:
simply adding pipes.o to SMBDOBJ3.
rpc_pipes/pipe_hnd.c :
created pipe handles module.
pipes.c server.c :
use of pipe_hnd functions in SMBopenX and SMBclose, on the IPC$ pipe.
(This used to be commit ada256b5e3b9fb0db988e3be7d47943e7c19b3fb)
Diffstat (limited to 'source3/smbd/ipc.c')
-rw-r--r-- | source3/smbd/ipc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/ipc.c b/source3/smbd/ipc.c index b525f06046..a42baea80a 100644 --- a/source3/smbd/ipc.c +++ b/source3/smbd/ipc.c @@ -2916,7 +2916,7 @@ static int api_fd_reply(int cnum,uint16 vuid,char *outbuf, /* Get the file handle and hence the file name. */ fd = setup[1]; subcommand = setup[0]; - pipe_name = get_pipe_name(fd); + pipe_name = get_rpc_pipe_hnd_name(fd); if (pipe_name == NULL) { |