diff options
author | Jeremy Allison <jra@samba.org> | 2011-09-21 13:47:22 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2011-09-22 00:22:12 +0200 |
commit | e99a18cdc0e10c6d96221764e4035384ce35ac69 (patch) | |
tree | 5dc9f04dd0a8c5406dbabdd1c1f907f79fc4f4e9 | |
parent | 893497ee169ba5455cd70458a339e60544e171d7 (diff) | |
download | samba-e99a18cdc0e10c6d96221764e4035384ce35ac69.tar.gz samba-e99a18cdc0e10c6d96221764e4035384ce35ac69.tar.bz2 samba-e99a18cdc0e10c6d96221764e4035384ce35ac69.zip |
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
-rw-r--r-- | libcli/smb/smb2_create_blob.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libcli/smb/smb2_create_blob.c b/libcli/smb/smb2_create_blob.c index b44f28a01f..31c67e99c7 100644 --- a/libcli/smb/smb2_create_blob.c +++ b/libcli/smb/smb2_create_blob.c @@ -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; } } |