Changeset 745 for trunk/server/source3/torture/pdbtest.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source3/torture/pdbtest.c
r596 r745 22 22 23 23 #include "includes.h" 24 #include "popt_common.h" 25 #include "passdb.h" 24 26 25 27 static bool samu_correct(struct samu *s1, struct samu *s2) … … 248 250 load_case_tables(); 249 251 250 pc = poptGetContext(" vfstest", argc, (const char **) argv,252 pc = poptGetContext("pdbtest", argc, (const char **) argv, 251 253 long_options, 0); 252 254 … … 259 261 /* Load configuration */ 260 262 lp_load(get_dyn_CONFIGFILE(), False, False, True, True); 261 setup_logging("pdbtest", True);263 setup_logging("pdbtest", DEBUG_STDOUT); 262 264 263 265 if (backend == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.