summaryrefslogtreecommitdiff
path: root/source4/dsdb/repl/drepl_service.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-07-22 15:35:23 +0200
committerMichael Adam <obnox@samba.org>2008-07-22 15:35:23 +0200
commit7fba6c649ba36ca5b76dcfed7b773567c9933077 (patch)
treebf371025284439f95ba529f1ac44ead820495498 /source4/dsdb/repl/drepl_service.c
parente184b70768881ed9a4e957de630047ca292bc96e (diff)
downloadsamba-7fba6c649ba36ca5b76dcfed7b773567c9933077.tar.gz
samba-7fba6c649ba36ca5b76dcfed7b773567c9933077.tar.bz2
samba-7fba6c649ba36ca5b76dcfed7b773567c9933077.zip
Change occurrences of the u1 member of DsBindInfo* to pid after idl change.
Michael (This used to be commit b91bbc5fe4a47e5823be6be5f2f203f1f14105de)
Diffstat (limited to 'source4/dsdb/repl/drepl_service.c')
-rw-r--r--source4/dsdb/repl/drepl_service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/repl/drepl_service.c b/source4/dsdb/repl/drepl_service.c
index e485c50a47..3611258ca5 100644
--- a/source4/dsdb/repl/drepl_service.c
+++ b/source4/dsdb/repl/drepl_service.c
@@ -104,7 +104,7 @@ static WERROR dreplsrv_connect_samdb(struct dreplsrv_service *service, struct lo
/* TODO: fill in site_guid */
bind_info28->site_guid = GUID_zero();
/* TODO: find out how this is really triggered! */
- bind_info28->u1 = 0;
+ bind_info28->pid = 0;
bind_info28->repl_epoch = 0;
return WERR_OK;