Ignore:
Timestamp:
Nov 29, 2012, 1:59:04 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/winbindd/winbindd.c

    r745 r751  
    6666
    6767        if (lp_loaded()) {
    68                 const char *fname = lp_configfile();
     68                char *fname = lp_configfile();
    6969
    7070                if (file_exist(fname) && !strcsequal(fname,get_dyn_CONFIGFILE())) {
    7171                        set_dyn_CONFIGFILE(fname);
    7272                }
     73
    7374        }
    7475
     
    588589        state->cmd_name = "unknown request";
    589590        state->recv_fn = NULL;
     591
    590592
    591593        /* Process command */
     
    889891
    890892static bool client_is_idle(struct winbindd_cli_state *state) {
    891   return (state->response == NULL &&
     893  return (state->request == NULL &&
     894          state->response == NULL &&
    892895          !state->pwent_state && !state->grent_state);
    893896}
     
    13031306        }
    13041307
     1308
     1309
     1310
     1311
     1312
     1313
     1314
     1315
     1316
    13051317        if (is_daemon && interactive) {
    13061318                d_fprintf(stderr,"\nERROR: "
     
    13411353                exit(1);
    13421354        }
     1355
     1356
     1357
     1358
     1359
    13431360
    13441361        /* Initialise messaging system */
Note: See TracChangeset for help on using the changeset viewer.