s3:smbd: don't call smbd_terminate_connection in smb2_validate_message_id() (bug...
authorStefan Metzmacher <metze@samba.org>
Fri, 23 Sep 2011 04:08:51 +0000 (06:08 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 23 Sep 2011 09:00:04 +0000 (11:00 +0200)
commit02d83d8fd4d21825110fd7da1ccb570a26e66ca6
treed8ae48aa7c920f0a77e3819a12cf1383618117c3
parent2a789c8442ce730cac112eeb89c7eb497bb5cc15
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
source3/smbd/smb2_server.c