The branch, master has been updated
       via  61a45c85dec8e65ba9782c3ec4af0e9a42895eb3 (commit)
      from  3807b30f4403ade3c0c044e2bd88316b3d61a4e6 (commit)

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


- Log -----------------------------------------------------------------
commit 61a45c85dec8e65ba9782c3ec4af0e9a42895eb3
Author: Günther Deschner <[EMAIL PROTECTED]>
Date:   Wed Sep 24 01:40:13 2008 +0200

    s3: fix make everything.
    
    Guenther

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

Summary of changes:
 source3/librpc/tools/ndrdump.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/librpc/tools/ndrdump.c b/source3/librpc/tools/ndrdump.c
index dc7f2be..08b969a 100644
--- a/source3/librpc/tools/ndrdump.c
+++ b/source3/librpc/tools/ndrdump.c
@@ -294,7 +294,7 @@ static const struct ndr_interface_table 
*load_iface_from_plugin(const char *plug
                blob.data = data;
                blob.length = size;
 
-               ndr_pull = ndr_pull_init_blob(&blob, mem_ctx);
+               ndr_pull = ndr_pull_init_blob(&blob, mem_ctx, NULL);
                ndr_pull->flags |= LIBNDR_FLAG_REF_ALLOC;
 
                ndr_err = f->ndr_pull(ndr_pull, NDR_IN, st);
@@ -331,7 +331,7 @@ static const struct ndr_interface_table 
*load_iface_from_plugin(const char *plug
        blob.data = data;
        blob.length = size;
 
-       ndr_pull = ndr_pull_init_blob(&blob, mem_ctx);
+       ndr_pull = ndr_pull_init_blob(&blob, mem_ctx, NULL);
        ndr_pull->flags |= LIBNDR_FLAG_REF_ALLOC;
 
        ndr_err = f->ndr_pull(ndr_pull, flags, st);
@@ -385,7 +385,7 @@ static const struct ndr_interface_table 
*load_iface_from_plugin(const char *plug
                        dump_data(0, v_blob.data, v_blob.length);
                }
 
-               ndr_v_pull = ndr_pull_init_blob(&v_blob, mem_ctx);
+               ndr_v_pull = ndr_pull_init_blob(&v_blob, mem_ctx, NULL);
                ndr_v_pull->flags |= LIBNDR_FLAG_REF_ALLOC;
 
                ndr_err = f->ndr_pull(ndr_v_pull, flags, v_st);


-- 
Samba Shared Repository

Reply via email to