summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/repl_meta_data.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-12-21 21:24:18 +1100
committerAndrew Tridgell <tridge@samba.org>2010-01-02 08:16:53 +1100
commit5b31cb20dd49622fa761fd4ae1869bcc0de0330d (patch)
tree740a3699a487887a9ace0195cc40735414d304d0 /source4/dsdb/samdb/ldb_modules/repl_meta_data.c
parent7a39340c8ecf4ac9475ae91f721dc979b19c030d (diff)
downloadsamba-5b31cb20dd49622fa761fd4ae1869bcc0de0330d.tar.gz
samba-5b31cb20dd49622fa761fd4ae1869bcc0de0330d.tar.bz2
samba-5b31cb20dd49622fa761fd4ae1869bcc0de0330d.zip
s4-drs: fixed typo for uSNCreated
This broke DRS replication from samba to windows Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/repl_meta_data.c')
-rw-r--r--source4/dsdb/samdb/ldb_modules/repl_meta_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c
index 4f3ce01cd0..ba9a9bf3a9 100644
--- a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c
+++ b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c
@@ -2192,7 +2192,7 @@ static int replmd_delete(struct ldb_module *module, struct ldb_request *req)
"mSMQOwnerID", "nCName", "objectClass", "distinguishedName", "objectGUID", "objectSid",
"oMSyntax", "proxiedObjectName", "name", "replPropertyMetaData", "sAMAccountName",
"securityIdentifier", "sIDHistory", "subClassOf", "systemFlags", "trustPartner", "trustDirection",
- "trustType", "trustAttributes", "userAccountControl", "uSNChanged", "uSNCreated", "whenCreate",
+ "trustType", "trustAttributes", "userAccountControl", "uSNChanged", "uSNCreated", "whenCreated",
NULL};
uint32_t el_count = 0;
int i;