1
0
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:
Jeremy Allison 2011-09-21 13:47:22 -07:00
parent 893497ee16
commit e99a18cdc0

View File

@ -89,9 +89,6 @@ NTSTATUS smb2_create_blob_parse(TALLOC_CTX *mem_ctx, const DATA_BLOB buffer,
data += next; data += next;
if (remaining < 16) { if (remaining < 16) {
DEBUG(0,("smb2_create_blob_parse: remaining1 = %d, next = %d\n",
(int)remaining,
(int)next));
return NT_STATUS_INVALID_PARAMETER; return NT_STATUS_INVALID_PARAMETER;
} }
} }