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/source3/torture/pdbtest.c

    r596 r745  
    2222
    2323#include "includes.h"
     24#include "popt_common.h"
     25#include "passdb.h"
    2426
    2527static bool samu_correct(struct samu *s1, struct samu *s2)
     
    248250        load_case_tables();
    249251
    250         pc = poptGetContext("vfstest", argc, (const char **) argv,
     252        pc = poptGetContext("pdbtest", argc, (const char **) argv,
    251253                            long_options, 0);
    252254
     
    259261        /* Load configuration */
    260262        lp_load(get_dyn_CONFIGFILE(), False, False, True, True);
    261         setup_logging("pdbtest", True);
     263        setup_logging("pdbtest", DEBUG_STDOUT);
    262264
    263265        if (backend == NULL) {
Note: See TracChangeset for help on using the changeset viewer.