Project

General

Profile

Task #2276

Updated by Alex Afanasyev over 9 years ago

- Running ndns-dig without any parameters should abort.    Currently, the app is starting doing something. 

 - When using "default" build-in validator configuration (when /etc/ndns/validator.conf **does not** exist), `ndns-dig` will segfault 

         

     cawka@spurs:/tmp$ ndns-dig 
         
     terminate called after throwing an instance of 'ndn::ValidatorConfig::Error' 
           
       what():    Cannot read certificate from file: /tmp/anchors/root.cert 
         
     Aborted 

Back