]> WPIA git - cassiopeia.git/blobdiff - src/io/recordHandler.cpp
add: write back signing CA
[cassiopeia.git] / src / io / recordHandler.cpp
index 5055d5c7b823cae75bb976943d6457cb3f79b68e..b79d3cc144b96d2c70d210306e989c7846e9792e 100644 (file)
@@ -167,6 +167,7 @@ public:
 
         case RecordHeader::SignerCommand::LOG_SAVED:
             if( result ) {
+                respondCommand( RecordHeader::SignerResult::SIGNING_CA, result->ca_name );
                 respondCommand( RecordHeader::SignerResult::CERTIFICATE, result->certificate );
             }