- Does WildFile match against full name? Doc.
For 1.39:
+<<<<<<< kernstodo
+- Add binary tree search for tree routines.
+- Eliminate use of column positions in wx-console.
+=======
- Add a new Autochanger directive "Global lock = yes|no"
that provides a global lock on calling mtx-changer so
that multiple autochanger definitions can reference
the same physical autochanger.
- Look at -D_FORTIFY_SOURCE=2
+>>>>>>> 1.576
- Close STDOUT if debug_level == 0
- Add recycle event.
- Add scratch pool event.
Changes to 1.37.41:
22Oct05
+- Print error message if no Changer Command found.
- Apply fix from Martin Simmons to clear structure before
using it in IPADDR -- fixes a bind() bug on AIX.
14Oct05
uint32_t timeout = dcr->device->max_changer_wait;
int drive = dcr->dev->drive_index;
+ if (!dcr->device->changer_command) {
+ Jmsg(jcr, M_FATAL, 0, _("3992 Missing Changer command.\n"));
+ return -1;
+ }
+
results = get_pool_memory(PM_MESSAGE);
changer = get_pool_memory(PM_FNAME);