+4301. [bug] dnssec-settime -p [DP]sync was not working. [RT #41534]
+
4300. [bug] A flag could be set in the wrong field when setting
up nonrecursive queries; this could cause the
SERVFAIL cache to cache responses it shouldn't.
printcreate = ISC_TRUE;
break;
case 'P':
- if (!strncmp(p, "sync", 3)) {
- p += 3;
+ if (!strncmp(p, "sync", 4)) {
+ p += 4;
printsyncadd = ISC_TRUE;
break;
}
printinact = ISC_TRUE;
break;
case 'D':
- if (!strncmp(p, "sync", 3)) {
- p += 3;
+ if (!strncmp(p, "sync", 4)) {
+ p += 4;
printsyncdel = ISC_TRUE;
break;
}