From 44f75eded1a707b1afff271844fa533fd5c77a55 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 12 Feb 2010 12:06:50 +0100 Subject: s3: notify_onelevel does not use seqnums, so don't open asking for it --- source3/smbd/notify_internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd') diff --git a/source3/smbd/notify_internal.c b/source3/smbd/notify_internal.c index 1850e2b57f..db165f71cc 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); -- cgit