[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Mon Nov 26 17:21:02 MST 2012


The branch, master has been updated
       via  5f2edd1 s3: Fix bug 9428 -- inotify detection broken
      from  ed68f75 s3: Do not free a string where we should not

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


- Log -----------------------------------------------------------------
commit 5f2edd13efd447df0500952a0946188432453eb7
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Nov 24 11:39:02 2012 +0100

    s3: Fix bug 9428 -- inotify detection broken
    
    Reviewed by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Tue Nov 27 01:20:24 CET 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index b74b4c2..bd3bffe 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2509,7 +2509,7 @@ fi
 
 AC_CHECK_HEADER(sys/inotify.h)
 
-if test x"ac_cv_header_sys_inotify_h" = x"yes"; then
+if test x"$ac_cv_header_sys_inotify_h" = x"yes"; then
     AC_DEFINE(HAVE_INOTIFY,1,[For inotify support])
 fi
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list