update copyright notice

This commit is contained in:
Automatic Updater 2010-12-24 23:47:05 +00:00
parent 348040cb26
commit 6764a1403a
2 changed files with 5 additions and 5 deletions

View file

@ -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);

View file

@ -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@