From 6764a1403aa3c90ed9c97b5499172fefbebd1cde Mon Sep 17 00:00:00 2001 From: Automatic Updater Date: Fri, 24 Dec 2010 23:47:05 +0000 Subject: [PATCH] update copyright notice --- bin/nsupdate/nsupdate.c | 6 +++--- bin/tests/dst/Makefile.in | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/nsupdate/nsupdate.c b/bin/nsupdate/nsupdate.c index 02722853e5..a1b6a73695 100644 --- a/bin/nsupdate/nsupdate.c +++ b/bin/nsupdate/nsupdate.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nsupdate.c,v 1.188 2010/12/24 02:20:47 each Exp $ */ +/* $Id: nsupdate.c,v 1.189 2010/12/24 23:47:05 tbox Exp $ */ /*! \file */ @@ -2443,7 +2443,7 @@ get_ticket_realm(isc_mem_t *mctx) krb5_ccache ccache; krb5_principal princ; char *name, *ticket_realm; - + rc = krb5_init_context(&ctx); if (rc != 0) return; @@ -2453,7 +2453,7 @@ get_ticket_realm(isc_mem_t *mctx) krb5_free_context(ctx); return; } - + rc = krb5_cc_get_principal(ctx, ccache, &princ); if (rc != 0) { krb5_cc_close(ctx, ccache); diff --git a/bin/tests/dst/Makefile.in b/bin/tests/dst/Makefile.in index f442a8031c..61a9a873ee 100644 --- a/bin/tests/dst/Makefile.in +++ b/bin/tests/dst/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2006-2009 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2006-2010 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 1999-2002 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.51 2010/12/24 02:20:47 each Exp $ +# $Id: Makefile.in,v 1.52 2010/12/24 23:47:05 tbox Exp $ srcdir = @srcdir@ VPATH = @srcdir@