From: Evan Hunt Date: Mon, 25 Jan 2016 16:03:07 +0000 (-0800) Subject: [master] print syncpublish and syncdelete in key file comments X-Git-Tag: v9.11.0a1~172 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=7f7eb969f56265d08c06e3a49b6efcc03a7311bd;p=thirdparty%2Fbind9.git [master] print syncpublish and syncdelete in key file comments --- diff --git a/lib/dns/dst_api.c b/lib/dns/dst_api.c index e4959a4c215..1ab10e4481c 100644 --- a/lib/dns/dst_api.c +++ b/lib/dns/dst_api.c @@ -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 */