diff options
author | Jeremy Allison <jra@samba.org> | 1998-04-10 18:21:16 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-04-10 18:21:16 +0000 |
commit | e300c0346ff92035ff9568b55b34469193e29769 (patch) | |
tree | f4d6a8527410556a158c548f091011885016d9dc /source3/smbd | |
parent | 31ae9c7013be791717f6e77794ce8c8fc1c1c16c (diff) | |
download | samba-e300c0346ff92035ff9568b55b34469193e29769.tar.gz samba-e300c0346ff92035ff9568b55b34469193e29769.tar.bz2 samba-e300c0346ff92035ff9568b55b34469193e29769.zip |
includes.h: Moved HPUX undefine of SEMMSL to where it actually does something.
ipc.c: Added Luke's debug statement.
locking_slow.c: Added FTRUNCATE_NEEDS_ROOT code for broken systems that
need it (not sure what these are yet).
membuffer.c ntdomain.h proto.h
lib/rpc/include/rpc_dce.h lib/rpc/include/rpc_srvsvc.h
lib/rpc/parse/parse_prs.c lib/rpc/parse/parse_rpc.c
lib/rpc/server/srv_pipe_hnd.c lib/rpc/server/srv_util.c:
Re-merge of Luke's NTDOM changes 'cos he's a lazy git with
carpel tunnel syndrome :-).
Jeremy.
(This used to be commit 52e3966fbcf7b5fbdbc7cbe9ac0b453ab5bf3217)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/ipc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/smbd/ipc.c b/source3/smbd/ipc.c index 6d0a8d55dd..62951219bf 100644 --- a/source3/smbd/ipc.c +++ b/source3/smbd/ipc.c @@ -3367,6 +3367,9 @@ static int api_fd_reply(int cnum,uint16 vuid,char *outbuf, /* record maximum data length that can be transmitted in an SMBtrans */ p->max_rdata_len = mdrcnt; + DEBUG(10,("api_fd_reply: p:%p max_rdata_len: %d\n", + p, p->max_rdata_len)); + switch (subcommand) { case 0x26: |