mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
s4:dsdb:kcc: Fix code spelling
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
parent
2304ec4397
commit
e331979580
@ -286,7 +286,7 @@ NTSTATUS dsdb_garbage_collect_tombstones(TALLOC_CTX *mem_ctx,
|
||||
/*
|
||||
* This filter is a bit strange, but the idea is to filter for
|
||||
* objects that need to have tombstones expunged without
|
||||
* bringing a potentially large databse all into memory. To
|
||||
* bringing a potentially large database all into memory. To
|
||||
* do that, we could use callbacks, but instead we use a
|
||||
* custom match rule to triage the objects during the search,
|
||||
* and ideally avoid memory allocation for most of the
|
||||
|
@ -500,7 +500,7 @@ NTSTATUS dns_delete_tombstones(TALLOC_CTX *mem_ctx,
|
||||
* tombstone time as hours since the start of 1601,
|
||||
* not in NTTIME ten-millionths of a second units.
|
||||
*
|
||||
* We can accomodate these bad values by noting that
|
||||
* We can accommodate these bad values by noting that
|
||||
* all the realistic timestamps in that measurement
|
||||
* fall within the first *second* of NTTIME, that is,
|
||||
* before 1601-01-01 00:00:01; and that these
|
||||
|
Loading…
x
Reference in New Issue
Block a user