summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abc.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2019-06-21 08:03:49 +0200
committerAlan Mishchenko <alanmi@berkeley.edu>2019-06-21 08:03:49 +0200
commit26ac9ef91a832f26875cae0011893eae3083dceb (patch)
tree05b3d6536365b37b314f86c61008591c2ae8924d /src/base/abci/abc.c
parent7e8fc63d90d364761ef43d74017d729a08e825c5 (diff)
downloadabc-26ac9ef91a832f26875cae0011893eae3083dceb.tar.gz
abc-26ac9ef91a832f26875cae0011893eae3083dceb.tar.bz2
abc-26ac9ef91a832f26875cae0011893eae3083dceb.zip
Making 'dsec' return verification status.
Diffstat (limited to 'src/base/abci/abc.c')
-rw-r--r--src/base/abci/abc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index 2c994908..63ea7050 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -23903,7 +23903,7 @@ int Abc_CommandDSec( Abc_Frame_t * pAbc, int argc, char ** argv )
}
// perform verification
- Abc_NtkDarSec( pNtk1, pNtk2, pSecPar );
+ pAbc->Status = Abc_NtkDarSec( pNtk1, pNtk2, pSecPar );
if ( fDelete1 ) Abc_NtkDelete( pNtk1 );
if ( fDelete2 ) Abc_NtkDelete( pNtk2 );