Compare commits

...

18 Commits

Author SHA1 Message Date
cvs2git
8a2d9ba36c This commit was manufactured by cvs2git to create tag 'v9_9_0b1'. 2011-10-29 07:16:54 +00:00
cvs2git
c23d4f12e9 This commit was manufactured by cvs2git to create branch 'rt21671'. 2011-10-29 07:16:52 +00:00
cvs2git
c7b753f01c This commit was manufactured by cvs2git to create branch 'rt23729a'. 2011-10-27 01:16:49 +00:00
cvs2git
6ba5b38349 This commit was manufactured by cvs2git to create branch 'rt25867'. 2011-10-26 06:17:04 +00:00
Evan Hunt
0a770445fe file private_test.c was added on branch rt23729a on 2011-10-27 02:32:55 +0000 2011-10-26 05:47:18 +00:00
cvs2git
afb8ce2370 This commit was manufactured by cvs2git to create branch 'rt23729'. 2011-10-25 03:57:09 +00:00
cvs2git
9d97febe7a This commit was manufactured by cvs2git to create branch 'rt26215'. 2011-10-20 00:16:32 +00:00
cvs2git
f13c892b9b This commit was manufactured by cvs2git to create branch 'rt26200'. 2011-10-19 01:16:55 +00:00
cvs2git
541212038c This commit was manufactured by cvs2git to create branch 'rt26206'. 2011-10-19 01:16:54 +00:00
cvs2git
85f1b9d7e8 This commit was manufactured by cvs2git to create branch 'rt26186'. 2011-10-17 06:17:06 +00:00
cvs2git
4333a9dd91 This commit was manufactured by cvs2git to create branch 'rt26172'. 2011-10-15 05:17:00 +00:00
cvs2git
d974548f31 This commit was manufactured by cvs2git to create branch 'rt25726'. 2011-10-14 06:16:50 +00:00
cvs2git
488208abcc This commit was manufactured by cvs2git to create branch 'rt26014'. 2011-10-05 23:17:23 +00:00
cvs2git
a05842cf07 This commit was manufactured by cvs2git to create branch 'rt26017'. 2011-10-05 04:16:13 +00:00
cvs2git
875baf0d3b This commit was manufactured by cvs2git to create branch 'rt26044'. 2011-10-04 16:04:23 +00:00
cvs2git
48f235a7f8 This commit was manufactured by cvs2git to create branch 'rt25380'. 2011-09-23 18:16:08 +00:00
cvs2git
3110a900a6 This commit was manufactured by cvs2git to create branch 'rt24659'. 2011-09-08 00:16:47 +00:00
cvs2git
ecb4911ef6 This commit was manufactured by cvs2git to create branch 'rt24964'. 2011-09-07 20:50:09 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: server.c,v 1.626 2011/10/29 06:22:51 marka Exp $ */
/* $Id: server.c,v 1.625 2011/10/28 12:08:04 tbox Exp $ */
/*! \file */
@@ -7938,7 +7938,7 @@ ns_server_signing(ns_server_t *server, char *args, isc_buffer_t *text) {
isc_buffer_putuint8(text, 0);
} else
CHECK(result);
} else if (list) {
} else {
privatetype = dns_zone_getprivatetype(zone);
origin = dns_zone_getorigin(zone);
CHECK(dns_zone_getdb(zone, &db));

View File

@@ -1,6 +1,6 @@
# $Id: SRCID,v 1.992 2011/10/29 07:16:51 tbox Exp $
# $Id: SRCID,v 1.990 2011/10/28 17:16:54 tbox Exp $
#
# This file must follow /bin/sh rules. It is imported directly via
# configure.
#
SRCID="( $Date: 2011/10/29 07:16:51 $ )"
SRCID="( $Date: 2011/10/28 17:16:54 $ )"