The branch, master has been updated
       via  130582f170cdcc2b6eb2a950ca4ebda916c8399a (commit)
       via  866afd5d0b1a4a9429f5cdeae01409a15770b6e3 (commit)
      from  36b957b5b7a1f70e39eeef224820739f24b999c9 (commit)

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


- Log -----------------------------------------------------------------
commit 130582f170cdcc2b6eb2a950ca4ebda916c8399a
Author: Tim Prouty <[email protected]>
Date:   Mon Mar 23 11:57:13 2009 -0700

    s3 OneFS: Remove usage of non-existant function
    
    The function was removed in:
    c16c90a1cb3b0e2ceadd3dea835a4e69acfc2fae

commit 866afd5d0b1a4a9429f5cdeae01409a15770b6e3
Author: Tim Prouty <[email protected]>
Date:   Mon Mar 23 11:55:58 2009 -0700

    s3: Remove redundant comment

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

Summary of changes:
 source3/modules/onefs_open.c |    9 ---------
 source3/param/loadparm.c     |    4 ----
 2 files changed, 0 insertions(+), 13 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/modules/onefs_open.c b/source3/modules/onefs_open.c
index c5030f4..5a488f8 100644
--- a/source3/modules/onefs_open.c
+++ b/source3/modules/onefs_open.c
@@ -386,15 +386,6 @@ static void defer_open(struct share_mode_lock *lck,
                exit_server("push_deferred_smb_message failed");
        }
        add_deferred_open(lck, req->mid, request_time, state->id);
-
-       /*
-        * Push the MID of this packet on the signing queue.
-        * We only do this once, the first time we push the packet
-        * onto the deferred open queue, as this has a side effect
-        * of incrementing the response sequence number.
-        */
-
-       srv_defer_sign_response(req->mid);
 }
 
 static void schedule_defer_open(struct share_mode_lock *lck,
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 8460fea..66fb8bf 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -9542,10 +9542,6 @@ const char *lp_printcapname(void)
        return PRINTCAP_NAME;
 }
 
-/*******************************************************************
- Ensure we don't use sendfile if server smb signing is active.
-********************************************************************/
-
 static uint32 spoolss_state;
 
 bool lp_disable_spoolss( void )


-- 
Samba Shared Repository

Reply via email to