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

Samba Server: updated vendor to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/lib/netapi/netapi.c

    r740 r746  
    104104        NET_API_STATUS status;
    105105        struct libnetapi_ctx *ctx = NULL;
    106         char *krb5_cc_env = NULL;
    107106
    108107        frame = talloc_stackframe();
     
    115114
    116115        BlockSignals(True, SIGPIPE);
    117 
    118         krb5_cc_env = getenv(KRB5_ENV_CCNAME);
    119         if (!krb5_cc_env || (strlen(krb5_cc_env) == 0)) {
    120                 ctx->krb5_cc_env = talloc_strdup(frame, "MEMORY:libnetapi");
    121                 setenv(KRB5_ENV_CCNAME, ctx->krb5_cc_env, 1);
    122         }
    123116
    124117        if (getenv("USER")) {
     
    267260}
    268261
     262/****************************************************************
     263****************************************************************/
     264
    269265NET_API_STATUS libnetapi_set_use_ccache(struct libnetapi_ctx *ctx)
    270266{
Note: See TracChangeset for help on using the changeset viewer.