summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-09-01 11:07:19 +0200
committerKarolin Seeger <kseeger@samba.org>2013-09-26 09:45:02 +0200
commit252a2bc946de82697e49a015c60daf2fc5dee485 (patch)
treef3ff92a76f6cc2fb91f39589d74e044b1d9251c5
parent17062140cc2977dc0877890928b25b798de3cacc (diff)
downloadsamba-252a2bc946de82697e49a015c60daf2fc5dee485.tar.gz
smbd: Don't store in-memory only flags in locking.tdb
Hey, pidl knows the [skip] attribute ... :-) Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> (cherry picked from commit 696bc569b17f024f840774e3d59761229836a310)
-rw-r--r--source3/librpc/idl/open_files.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/idl/open_files.idl b/source3/librpc/idl/open_files.idl
index fa87bc7592f..a2e386f68c4 100644
--- a/source3/librpc/idl/open_files.idl
+++ b/source3/librpc/idl/open_files.idl
@@ -42,8 +42,8 @@ interface open_files
[size_is(num_delete_tokens)] delete_token delete_tokens[];
timespec old_write_time;
timespec changed_write_time;
- uint8 fresh;
- uint8 modified;
+ [skip] boolean8 fresh;
+ [skip] boolean8 modified;
[ignore] db_record *record;
} share_mode_data;