summaryrefslogtreecommitdiff
path: root/source/smbd/ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/smbd/ipc.c')
-rw-r--r--source/smbd/ipc.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/smbd/ipc.c b/source/smbd/ipc.c
index 76b043c2dac..3ec6d1f1cff 100644
--- a/source/smbd/ipc.c
+++ b/source/smbd/ipc.c
@@ -100,10 +100,9 @@ void send_trans_reply(char *outbuf,
set_message(outbuf,10,1+align+this_ldata+this_lparam,True);
- if (buffer_too_large)
- {
+ if (buffer_too_large) {
/* issue a buffer size warning. on a DCE/RPC pipe, expect an SMBreadX... */
- if (!(global_client_caps & (CAP_NT_SMBS | CAP_STATUS32 ))) {
+ if (!(global_client_caps & CAP_STATUS32 )) {
/* Win9x version. */
SSVAL(outbuf, smb_err, ERRmoredata);
SCVAL(outbuf, smb_rcls, ERRDOS);