summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-08-03 15:27:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:29:16 -0500
commit72ce8ef16856374a63816293c95d5fca1cda2a7b (patch)
treebb693f317cb6f9c3a724d303522af53df3755697 /source3
parent9f3062d8a7abd904cf75da58553bdd34bc106e56 (diff)
downloadsamba-72ce8ef16856374a63816293c95d5fca1cda2a7b.tar.gz
samba-72ce8ef16856374a63816293c95d5fca1cda2a7b.tar.bz2
samba-72ce8ef16856374a63816293c95d5fca1cda2a7b.zip
r24161: handle_trans2 takes care of errors itself, no need to do it in reply_transs2
(This used to be commit ca26b43e02f25d75e7439c6130f32dc322acd327)
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/trans2.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c
index be4754ac08..b024ab3f9b 100644
--- a/source3/smbd/trans2.c
+++ b/source3/smbd/trans2.c
@@ -7304,12 +7304,6 @@ void reply_transs2(connection_struct *conn, struct smb_request *req)
SAFE_FREE(state->param);
TALLOC_FREE(state);
- if (req->outbuf == NULL) {
- reply_doserror(req, ERRSRV, ERRnosupport);
- END_PROFILE(SMBtranss2);
- return;
- }
-
END_PROFILE(SMBtranss2);
return;