s3:smbd: don't call smbd_terminate_connection in smb2_validate_message_id() (bug...
commitbdb2c72565e1374585bd638d2d12862d90b80c6b
authorStefan Metzmacher <metze@samba.org>
Fri, 23 Sep 2011 04:08:51 +0000 (23 06:08 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 28 Sep 2011 18:07:27 +0000 (28 20:07 +0200)
tree6583f55ab0dcf9ecd04ef94331ace392a2b48035
parent46ead7f8b1ee69cb61abdc1358ed2c4c411e3fc1
s3:smbd: don't call smbd_terminate_connection in smb2_validate_message_id() (bug #8476)

Only return false and the caller will terminate the connection.

metze
(cherry picked from commit 02d83d8fd4d21825110fd7da1ccb570a26e66ca6)

Part of a fix for bug #8476 (Samba asserts when SMB2 client breaks the crediting
rules.)
source3/smbd/smb2_server.c