- added FindCommandDescriptor to SCinter.*
- modified support for dynamic objects - improved logger system - various fixes
This commit is contained in:
@@ -222,7 +222,6 @@ static int listRestoreErr(pRestoreObj self, SConnection *pCon){
|
||||
assert(pSics);
|
||||
assert(pCon);
|
||||
assert(self != NULL);
|
||||
StatusFileTask(NULL); /* do a save now, see also parameterChange = 0 at the end */
|
||||
|
||||
if(argc < 2)
|
||||
{
|
||||
@@ -272,8 +271,7 @@ static int listRestoreErr(pRestoreObj self, SConnection *pCon){
|
||||
/*
|
||||
if we do not override parameterChange here, the backup file
|
||||
would be overwritten after each restore... Not the right thing
|
||||
to do! As we have called StatusFileTask before, we are sure not
|
||||
to loose a change
|
||||
to do!
|
||||
*/
|
||||
parameterChange = 0;
|
||||
SCSendOK(pCon);
|
||||
|
||||
Reference in New Issue
Block a user