From: Automatic Updater Date: Wed, 10 Dec 2008 23:46:03 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.4.3-P1~1^5~90 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f64515b956813e8bd165d0fdd516be797d3175e4;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/lib/dns/dispatch.c b/lib/dns/dispatch.c index 17269e8c7cd..a0c440cdf75 100644 --- a/lib/dns/dispatch.c +++ b/lib/dns/dispatch.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dispatch.c,v 1.116.18.38 2008/12/10 12:47:05 marka Exp $ */ +/* $Id: dispatch.c,v 1.116.18.39 2008/12/10 23:46:03 tbox Exp $ */ /*! \file */ @@ -2573,10 +2573,10 @@ get_udpsocket(dns_dispatchmgr_t *mgr, dns_dispatch_t *disp, /* Allow to reuse address for non-random ports. */ result = open_socket(sockmgr, localaddr, ISC_SOCKET_REUSEADDRESS, &sock); - + if (result == ISC_R_SUCCESS) *sockp = sock; - + return (result); }