[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1040-g1b9384a

Günther Deschner gd at samba.org
Tue Apr 14 12:57:28 GMT 2009


The branch, master has been updated
       via  1b9384a11f2957bcfbe9f23e023c79535d4a7bc9 (commit)
      from  74707e8e8e1be2cbaa71fb0442957be2e663cbde (commit)

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


- Log -----------------------------------------------------------------
commit 1b9384a11f2957bcfbe9f23e023c79535d4a7bc9
Author: Günther Deschner <gd at samba.org>
Date:   Tue Apr 14 14:55:24 2009 +0200

    s3-nsswitch: fix make test_wbpad.
    
    Guenther

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

Summary of changes:
 source3/script/tests/wb_pad.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/script/tests/wb_pad.sh b/source3/script/tests/wb_pad.sh
index f1f5ca2..10cedc8 100755
--- a/source3/script/tests/wb_pad.sh
+++ b/source3/script/tests/wb_pad.sh
@@ -46,7 +46,7 @@ cleanup() {
 	rmdir $tempdir
 }
 
-cflags="-I. -I./../lib/replace -Iinclude"
+cflags="-I. -I../ -I./../lib/replace -Iinclude"
 ${CC:-gcc} -m32 $RPM_OPT_FLAGS $CFLAGS -o $tempdir/wb_pad_32 $cflags $tempdir/wb_pad.c
 if [ $? -ne 0 ]; then
 	cleanup


-- 
Samba Shared Repository


More information about the samba-cvs mailing list