bos-mrafs-support-20010212

Necessary additions to bos for MR-AFS support
This commit is contained in:
Hartmut Reuter 2001-02-13 00:28:22 +00:00 committed by Derrick Brashear
parent 2156a32e7d
commit 54b2c2307a

View File

@ -1434,7 +1434,7 @@ struct cmd_syndesc *as; {
if (as->parms[MRAFS_OFFSET + 14].items)
mrafsParm.OptDontAskFS = 1;
if (as->parms[MRAFS_OFFSET + 15].items)
mrafsParm.OptLogLevel = atoi(as->parms[MRAFS_OFFSET + 15].items->dta);
mrafsParm.OptLogLevel = atoi(as->parms[MRAFS_OFFSET + 15].items->data);
if (as->parms[MRAFS_OFFSET + 16].items)
mrafsParm.OptRxDebug = 1;
if (as->parms[MRAFS_OFFSET + 17].items) {