[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Fri Feb 12 04:08:58 MST 2010


The branch, master has been updated
       via  44f75ed... s3: notify_onelevel does not use seqnums, so don't open asking for it
      from  7e328e1... spoolss: regenerate hand-marshalled ndr_pull_spoolss_DriverInfo101 after ndr64 changes.

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


- Log -----------------------------------------------------------------
commit 44f75eded1a707b1afff271844fa533fd5c77a55
Author: Volker Lendecke <vl at samba.org>
Date:   Fri Feb 12 12:06:50 2010 +0100

    s3: notify_onelevel does not use seqnums, so don't open asking for it

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

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


Changeset truncated at 500 lines:

diff --git a/source3/smbd/notify_internal.c b/source3/smbd/notify_internal.c
index 1850e2b..db165f7 100644
--- a/source3/smbd/notify_internal.c
+++ b/source3/smbd/notify_internal.c
@@ -101,7 +101,7 @@ struct notify_context *notify_init(TALLOC_CTX *mem_ctx, struct server_id server,
 	}
 
 	notify->db_onelevel = db_open(notify, lock_path("notify_onelevel.tdb"),
-				      0, TDB_SEQNUM|TDB_CLEAR_IF_FIRST,
+				      0, TDB_CLEAR_IF_FIRST,
 				      O_RDWR|O_CREAT, 0644);
 	if (notify->db_onelevel == NULL) {
 		talloc_free(notify);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list