git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5616
91ce42f0-d328-0410-95d8-
f526ca767f89
/* Note, yes and run have no value, so do not fail */
if (!ua->argv[i] && j != YES_POS /*yes*/) {
ua->send_msg(_("Value missing for keyword %s\n"), ua->argk[i]);
- return true;
+ return false;
}
Dmsg1(800, "Got keyword=%s\n", NPRT(kw[j]));
switch (j) {
General:
20Sep07
+ebl Fix a command parser issue causing a director segfault.
kes Fix ANSI tape labeling. Fix restoring ANSI labeled Volumes.
This fixes bug #954.
kes Increase the max block size to 4MB fixes bug #957.