mirror of
https://github.com/samba-team/samba.git
synced 2025-10-26 23:33:15 +03:00
r26540: Revert my previous commit after concerns raised by Andrew.
(This used to be commit 6ac86f8be7)
This commit is contained in:
committed by
Stefan Metzmacher
parent
3e75f222bc
commit
0500b87092
@@ -41,10 +41,10 @@ static WERROR dcesrv_drsuapi_DsBind(struct dcesrv_call_state *dce_call, TALLOC_C
|
||||
struct GUID site_guid;
|
||||
struct ldb_result *site_res;
|
||||
struct ldb_dn *server_site_dn;
|
||||
const char *site_attrs[] = { "objectGUID", NULL };
|
||||
static const char *site_attrs[] = { "objectGUID", NULL };
|
||||
struct ldb_result *ntds_res;
|
||||
struct ldb_dn *ntds_dn;
|
||||
const char *ntds_attrs[] = { "ms-DS-ReplicationEpoch", NULL };
|
||||
static const char *ntds_attrs[] = { "ms-DS-ReplicationEpoch", NULL };
|
||||
uint32_t u1;
|
||||
uint32_t repl_epoch;
|
||||
int ret;
|
||||
|
||||
Reference in New Issue
Block a user