Ignore:
Timestamp:
Jan 15, 2010, 8:23:30 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.10 (source)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/rpc_client/cli_pipe.c

    r342 r370  
    2020#include "includes.h"
    2121#include "librpc/gen_ndr/cli_epmapper.h"
     22#include "smb_krb5.h"
    2223
    2324#undef DBGC_CLASS
     
    23492350struct cli_state *rpc_pipe_np_smb_conn(struct rpc_pipe_client *p)
    23502351{
     2352        if (p == NULL) {
     2353                return NULL;
     2354        }
    23512355        if (p->transport_type == NCACN_NP) {
    23522356                return p->trans.np.cli;
     
    33703374        NTSTATUS status;
    33713375
     3376        *presult = NULL;
     3377
    33723378        status = get_schannel_session_key(cli, domain, &neg_flags,
    33733379                                          &netlogon_pipe);
     
    33903396        }
    33913397
    3392         return NT_STATUS_OK;
     3398        return status;
    33933399}
    33943400
Note: See TracChangeset for help on using the changeset viewer.