[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-845-ge2aa38a

Andrew Tridgell tridge at samba.org
Wed Aug 5 15:39:32 MDT 2009


The branch, master has been updated
       via  e2aa38a20175430ae1ef7540a8ca7cdf0c4e955e (commit)
      from  39b015837378b6dca72c477225444e700fe40040 (commit)

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


- Log -----------------------------------------------------------------
commit e2aa38a20175430ae1ef7540a8ca7cdf0c4e955e
Author: Andrew Tridgell <tridge at samba.org>
Date:   Thu Aug 6 07:38:43 2009 +1000

    define uwrap_enabled() on Samba3
    
    s3 doesn't use uwrap yet, but it uses some common coe in lib/, and so
    needs a dummy version of the uwrap_enabled() macro

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

Summary of changes:
 source3/include/includes.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/include/includes.h b/source3/include/includes.h
index 8fb240f..a636716 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -1112,4 +1112,7 @@ void in6_addr_to_sockaddr_storage(struct sockaddr_storage *ss,
 				  struct in6_addr ip);
 #endif
 
+/* samba3 doesn't use uwrap yet */
+#define uwrap_enabled() 0
+
 #endif /* _INCLUDES_H */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list