diff options
author | Jeremy Allison <jra@samba.org> | 1998-08-17 23:39:59 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-08-17 23:39:59 +0000 |
commit | 1e6837837ac402702ccadcbcfd853b8c673c783a (patch) | |
tree | a2bc2d39775a03f86f664166aefb87e6ad31545c /source3/smbd/nttrans.c | |
parent | b935fc086285e73203e5f3af80041489e893ee1a (diff) | |
download | samba-1e6837837ac402702ccadcbcfd853b8c673c783a.tar.gz samba-1e6837837ac402702ccadcbcfd853b8c673c783a.tar.bz2 samba-1e6837837ac402702ccadcbcfd853b8c673c783a.zip |
smbd/nttrans.c: Fixed bug in split off pipe code.
locking/locking.c: More blocking lock changes.
Jeremy.
(This used to be commit 2ca4fc95a4227645f1009a057d46b58508846a92)
Diffstat (limited to 'source3/smbd/nttrans.c')
-rw-r--r-- | source3/smbd/nttrans.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c index 61826fa0ee..b5ed42fbb3 100644 --- a/source3/smbd/nttrans.c +++ b/source3/smbd/nttrans.c @@ -473,6 +473,10 @@ int reply_ntcreate_and_X(connection_struct *conn, SSVAL(p,0,FILE_TYPE_MESSAGE_MODE_PIPE); /* Device state. */ SSVAL(p,2, 0x5FF); /* ? */ + + DEBUG(5,("reply_ntcreate_and_X: open pipe = %s\n", fname)); + + return chain_reply(inbuf,outbuf,length,bufsize); } /* |