[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sun Oct 3 05:21:25 MDT 2010


The branch, master has been updated
       via  4a768fb s3: I thought I had compiled this....
      from  64be07b s4:dsdb_dn_val_rmd_flags - memmem - scan the whole string for occourences

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


- Log -----------------------------------------------------------------
commit 4a768fbef7a3ed8bbc0219909f036bdeb01bf4c0
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Oct 3 13:21:21 2010 +0200

    s3: I thought I had compiled this....

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

Summary of changes:
 source3/smbd/dmapi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/dmapi.c b/source3/smbd/dmapi.c
index e213d73..7a0a2fc 100644
--- a/source3/smbd/dmapi.c
+++ b/source3/smbd/dmapi.c
@@ -188,7 +188,7 @@ const void *dmapi_get_current_session(void)
 bool dmapi_have_session(void)
 {
 	if (!dmapi_ctx) {
-		dmapi_ctx = talloc(struct smbd_dmapi_context);
+		dmapi_ctx = talloc(NULL, struct smbd_dmapi_context);
 		if (!dmapi_ctx) {
 			exit_server("unable to allocate smbd_dmapi_context");
 		}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list