[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Tue May 7 09:58:03 MDT 2013


The branch, master has been updated
       via  637887c Makefile: Fix bug 9868 - Don't know how to make LIBNDR_PREG_OBJ.
      from  8c1283a winbind: Fix bug 9854 -- NULL pointer dereference

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


- Log -----------------------------------------------------------------
commit 637887c0795241872974c09838829b49d5994b10
Author: Volker Lendecke <vl at samba.org>
Date:   Tue May 7 15:07:34 2013 +0200

    Makefile: Fix bug 9868 - Don't know how to make LIBNDR_PREG_OBJ.
    
    Thanks to Lucs for finding the issue
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Günther Deschner <gd at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Tue May  7 17:57:57 CEST 2013 on sn-devel-104

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

Summary of changes:
 source3/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index c701fd1..f4977ca 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -340,7 +340,7 @@ LIBNDR_SPOOLSS_OBJ = autoconf/librpc/gen_ndr/ndr_spoolss.o \
 		  ../librpc/ndr/ndr_spoolss_buf.o
 
 LIBNDR_NTPRINTING_OBJ = autoconf/librpc/gen_ndr/ndr_ntprinting.o \
-			../librpc/ndr/ndr_ntprinting.o \
+			../librpc/ndr/ndr_ntprinting.o
 
 LIBNDR_PREG_OBJ = autoconf/librpc/gen_ndr/ndr_preg.o \
 		  ../librpc/ndr/ndr_preg.o


-- 
Samba Shared Repository


More information about the samba-cvs mailing list