The branch, master has been updated
       via  5a100a4 libcli: Use data_blob_null
      from  e952191 selftest: remove printserver.enum_printers_servername from 
flapping

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 5a100a4b1b6d274a927088a743c63e62072f36bf
Author: Volker Lendecke <[email protected]>
Date:   Wed Apr 25 11:49:56 2012 +0200

    libcli: Use data_blob_null
    
    Autobuild-User: Volker Lendecke <[email protected]>
    Autobuild-Date: Wed Apr 25 18:54:51 CEST 2012 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 libcli/smb/smb2_create_blob.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/libcli/smb/smb2_create_blob.c b/libcli/smb/smb2_create_blob.c
index 9724823..2175a0c 100644
--- a/libcli/smb/smb2_create_blob.c
+++ b/libcli/smb/smb2_create_blob.c
@@ -180,7 +180,7 @@ NTSTATUS smb2_create_blob_add(TALLOC_CTX *mem_ctx, struct 
smb2_create_blobs *b,
                                                               data.length);
                NT_STATUS_HAVE_NO_MEMORY(b->blobs[b->num_blobs].data.data);
        } else {
-               b->blobs[b->num_blobs].data = data_blob(NULL, 0);
+               b->blobs[b->num_blobs].data = data_blob_null;
        }
 
        b->num_blobs += 1;


-- 
Samba Shared Repository

Reply via email to