Changeset 745 for trunk/server/source4/lib/com/dcom
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source4/lib/com/dcom/main.c
r414 r745 172 172 return dcerpc_pipe_connect(ctx->event_ctx, p, "ncalrpc", 173 173 &ndr_table_IRemoteActivation, 174 174 dcom_get_server_credentials(ctx, NULL), ctx->event_ctx, ctx->lp_ctx); 175 175 } 176 176 loc_ctx = talloc_new(ctx); … … 183 183 status = dcerpc_pipe_connect_b(ctx->event_ctx, p, bd, 184 184 &ndr_table_IRemoteActivation, 185 185 dcom_get_server_credentials(ctx, bd->host), ctx->event_ctx, ctx->lp_ctx); 186 186 goto end; 187 187 } … … 705 705 return; 706 706 } 707 707 /*TODO: FIXME - for now this unused anyway */ 708 708 req = dcerpc_ndr_request_send(p, &s->d->obj.u_objref.u_standard.std.ipid, s->table, s->opnum, s, s->r); 709 709 composite_continue_rpc(c, req, s->continuation, c);
Note:
See TracChangeset
for help on using the changeset viewer.