Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source4/lib/com/dcom/main.c

    r414 r745  
    172172                return dcerpc_pipe_connect(ctx->event_ctx, p, "ncalrpc",
    173173                                                                   &ndr_table_IRemoteActivation,
    174                                                                    dcom_get_server_credentials(ctx, NULL), ctx->event_ctx, ctx->lp_ctx);
     174                                                                   dcom_get_server_credentials(ctx, NULL), ctx->event_ctx, ctx->lp_ctx);
    175175        }
    176176        loc_ctx = talloc_new(ctx);
     
    183183                status = dcerpc_pipe_connect_b(ctx->event_ctx, p, bd,
    184184                                                                           &ndr_table_IRemoteActivation,
    185                                                                    dcom_get_server_credentials(ctx, bd->host), ctx->event_ctx, ctx->lp_ctx);
     185                                                                   dcom_get_server_credentials(ctx, bd->host), ctx->event_ctx, ctx->lp_ctx);
    186186                goto end;
    187187        }
     
    705705                return;
    706706        }
    707 
     707/*TODO: FIXME - for now this unused anyway */
    708708        req = dcerpc_ndr_request_send(p, &s->d->obj.u_objref.u_standard.std.ipid, s->table, s->opnum, s, s->r);
    709709        composite_continue_rpc(c, req, s->continuation, c);
Note: See TracChangeset for help on using the changeset viewer.