r24161: handle_trans2 takes care of errors itself, no need to do it in reply_transs2
authorVolker Lendecke <vlendec@samba.org>
Fri, 3 Aug 2007 15:27:28 +0000 (15:27 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:29:16 +0000 (12:29 -0500)
(This used to be commit ca26b43e02f25d75e7439c6130f32dc322acd327)

source3/smbd/trans2.c

index be4754ac0850647c6bd1eaa0538acb30d2646dfb..b024ab3f9baced9b5b1a36cdf85a246f44e10679 100644 (file)
@@ -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;