mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
Remove extraneous debug code.
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Sep 22 00:22:12 CEST 2011 on sn-devel-104
This commit is contained in:
parent
893497ee16
commit
e99a18cdc0
@ -89,9 +89,6 @@ NTSTATUS smb2_create_blob_parse(TALLOC_CTX *mem_ctx, const DATA_BLOB buffer,
|
||||
data += next;
|
||||
|
||||
if (remaining < 16) {
|
||||
DEBUG(0,("smb2_create_blob_parse: remaining1 = %d, next = %d\n",
|
||||
(int)remaining,
|
||||
(int)next));
|
||||
return NT_STATUS_INVALID_PARAMETER;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user