]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] print syncpublish and syncdelete in key file comments
authorEvan Hunt <each@isc.org>
Mon, 25 Jan 2016 16:03:07 +0000 (08:03 -0800)
committerEvan Hunt <each@isc.org>
Mon, 25 Jan 2016 16:03:07 +0000 (08:03 -0800)
lib/dns/dst_api.c

index e4959a4c215c4455222f397316a4577a657a87c1..1ab10e4481c987a7461f7753fa7ff8bb8e3efa20 100644 (file)
@@ -1746,6 +1746,8 @@ write_public_key(const dst_key_t *key, int type, const char *directory) {
                printtime(key, DST_TIME_REVOKE, "; Revoke", fp);
                printtime(key, DST_TIME_INACTIVE, "; Inactive", fp);
                printtime(key, DST_TIME_DELETE, "; Delete", fp);
+               printtime(key, DST_TIME_SYNCPUBLISH , "; SyncPublish", fp);
+               printtime(key, DST_TIME_SYNCDELETE , "; SyncDelete", fp);
        }
 
        /* Now print the actual key */