[SCM] Samba Shared Repository - branch master updated - 74a5ccec96e4d8c82cd118858954323f9329b6ab

Stefan Metzmacher metze at samba.org
Thu Jan 8 15:24:56 GMT 2009


The branch, master has been updated
       via  74a5ccec96e4d8c82cd118858954323f9329b6ab (commit)
      from  bb45bf6347988f5d833875b87af63f5c17536ce4 (commit)

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


- Log -----------------------------------------------------------------
commit 74a5ccec96e4d8c82cd118858954323f9329b6ab
Author: Stefan Metzmacher <metze at samba.org>
Date:   Thu Jan 8 16:23:59 2009 +0100

    s3:smbd: fix the build with dmapi support
    
    struct smbd_dmapi_context *dmapi_ctx;
    is in globals.c
    
    metze

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

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


Changeset truncated at 500 lines:

diff --git a/source3/smbd/dmapi.c b/source3/smbd/dmapi.c
index b54b590..8c3939f 100644
--- a/source3/smbd/dmapi.c
+++ b/source3/smbd/dmapi.c
@@ -52,8 +52,6 @@ struct smbd_dmapi_context {
 	unsigned session_num;
 };
 
-struct smbd_dmapi_context *dmapi_ctx;
-
 /* 
    Initialise DMAPI session. The session is persistant kernel state, 
    so it might already exist, in which case we merely want to 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list