Author: brad
Date: 2005-08-05 14:50:26 +0000 (Fri, 05 Aug 2005)
New Revision: 9117

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9117

Log:
 [EMAIL PROTECTED]:  j0j0 | 2005-08-05 08:55:58 -0600
 Committing minor changes before merge

Modified:
   branches/SOC/SAMBA_4_0/
   branches/SOC/SAMBA_4_0/source/torture/rpc/dssync.c


Changeset:

Property changes on: branches/SOC/SAMBA_4_0
___________________________________________________________________
Name: svk:merge
   - 0c0555d6-39d7-0310-84fc-f1cc0bd64818:/branches/SAMBA_4_0:9063
d349723c-e9fc-0310-b8a8-fdedf1c27407:/local/SAMBA_4_0:5279
d349723c-e9fc-0310-b8a8-fdedf1c27407:/local/samba-SAMBA_4_0:5276
   + 0c0555d6-39d7-0310-84fc-f1cc0bd64818:/branches/SAMBA_4_0:9063
d349723c-e9fc-0310-b8a8-fdedf1c27407:/local/SAMBA_4_0:5281
d349723c-e9fc-0310-b8a8-fdedf1c27407:/local/samba-SAMBA_4_0:5276

Modified: branches/SOC/SAMBA_4_0/source/torture/rpc/dssync.c
===================================================================
--- branches/SOC/SAMBA_4_0/source/torture/rpc/dssync.c  2005-08-05 14:35:17 UTC 
(rev 9116)
+++ branches/SOC/SAMBA_4_0/source/torture/rpc/dssync.c  2005-08-05 14:50:26 UTC 
(rev 9117)
@@ -205,13 +205,13 @@
 {
        NTSTATUS status;
        BOOL ret = True;
-       
-       ctx->dcerpc_evt_ctx = NULL;
+       struct event_context *event = NULL;
+       /*ctx->dcerpc_evt_ctx = NULL;*/
        status = dcerpc_pipe_connect_b(ctx,
                                       &b->pipe, ctx->drsuapi_binding, 
                                       DCERPC_DRSUAPI_UUID,
                                       DCERPC_DRSUAPI_VERSION,
-                                      credentials, ctx->dcerpc_evt_ctx);
+                                      credentials, event);
        
        if (!NT_STATUS_IS_OK(status)) {
                printf("Failed to connect to server as a BDC: %s\n", 
nt_errstr(status));
@@ -736,7 +736,7 @@
                libnet_r.in.domain_name is a netbios domain name.
                */
                
-               ctx->libnet_ctx = libnet_context_init(NULL);
+               ctx->libnet_ctx = libnet_context_init(evt_ctx);
                if (ctx->libnet_ctx == NULL) {
                 printf("libnet_context_init() failed, ctx->libnet_ctx not 
initialized.\n");
                }

Reply via email to