From: Automatic Updater Date: Wed, 21 Oct 2009 23:46:33 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.5.2-P1~1^5~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=403448b003ac40624a17a86a93331af350f40efe;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/lib/isc/base64.c b/lib/isc/base64.c index 71fca2704ef..2b495e4abf4 100644 --- a/lib/isc/base64.c +++ b/lib/isc/base64.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: base64.c,v 1.32.128.1 2009/10/21 01:23:19 each Exp $ */ +/* $Id: base64.c,v 1.32.128.2 2009/10/21 23:46:33 tbox Exp $ */ /*! \file */ @@ -219,7 +219,7 @@ isc_base64_decodestring(const char *cstr, isc_buffer_t *target) { continue; RETERR(base64_decode_char(&ctx, c)); } - RETERR(base64_decode_finish(&ctx)); + RETERR(base64_decode_finish(&ctx)); return (ISC_R_SUCCESS); }