Ignore:
Timestamp:
Nov 12, 2012, 4:35:55 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/lib/netapi/netapi.c

    r414 r732  
    5656        NET_API_STATUS status;
    5757        struct libnetapi_ctx *ctx = NULL;
    58         char *krb5_cc_env = NULL;
    5958
    6059        if (stat_ctx && libnetapi_initialized) {
     
    101100
    102101        BlockSignals(True, SIGPIPE);
    103 
    104         krb5_cc_env = getenv(KRB5_ENV_CCNAME);
    105         if (!krb5_cc_env || (strlen(krb5_cc_env) == 0)) {
    106                 ctx->krb5_cc_env = talloc_strdup(frame, "MEMORY:libnetapi");
    107                 setenv(KRB5_ENV_CCNAME, ctx->krb5_cc_env, 1);
    108         }
    109102
    110103        if (getenv("USER")) {
     
    251244}
    252245
     246/****************************************************************
     247****************************************************************/
     248
    253249NET_API_STATUS libnetapi_set_use_ccache(struct libnetapi_ctx *ctx)
    254250{
Note: See TracChangeset for help on using the changeset viewer.