s3: notify_onelevel does not use seqnums, so don't open asking for it
authorVolker Lendecke <vl@samba.org>
Fri, 12 Feb 2010 11:06:50 +0000 (12:06 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 12 Feb 2010 14:52:38 +0000 (15:52 +0100)
source3/smbd/notify_internal.c

index dcd92f561fad1537ef21d9b7d01fb3ef5bd6a034..f1c1aeef360a1e6b65038798e5b76bb987f03703 100644 (file)
@@ -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);