diff options
author | Michael Adam <obnox@samba.org> | 2008-01-14 18:31:11 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-14 19:38:01 +0100 |
commit | d35bda0ffd5bea57087dba9a6da8c20df8fa165c (patch) | |
tree | 40be9067b2d4fb2090d53c1da1466848d47e0af3 /source3/registry/reg_printing.c | |
parent | 36a7316bfc9d7582ccd908f2b9d96e0fe983e884 (diff) | |
download | samba-d35bda0ffd5bea57087dba9a6da8c20df8fa165c.tar.gz samba-d35bda0ffd5bea57087dba9a6da8c20df8fa165c.tar.bz2 samba-d35bda0ffd5bea57087dba9a6da8c20df8fa165c.zip |
Add detection for need of update to the registry db.
This only detects if the tdb sequence number has changed
since the data has last been read.
Michael
(This used to be commit 3f081ebeadf30a7943723703ecae479e0412c60c)
Diffstat (limited to 'source3/registry/reg_printing.c')
-rw-r--r-- | source3/registry/reg_printing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/reg_printing.c b/source3/registry/reg_printing.c index 2ca74f7c16..5be0796002 100644 --- a/source3/registry/reg_printing.c +++ b/source3/registry/reg_printing.c @@ -1266,5 +1266,5 @@ REGISTRY_OPS printing_ops = { regprint_fetch_reg_values, regprint_store_reg_keys, regprint_store_reg_values, - NULL, NULL, NULL + NULL, NULL, NULL, NULL, NULL }; |