From a8a8e73121d807438a90ec61eff1b72b55fc7bc8 Mon Sep 17 00:00:00 2001 From: Automatic Updater Date: Wed, 10 Dec 2008 23:48:43 +0000 Subject: [PATCH] update copyright notice --- lib/dns/dispatch.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/dns/dispatch.c b/lib/dns/dispatch.c index a94f33d382..793064f817 100644 --- a/lib/dns/dispatch.c +++ b/lib/dns/dispatch.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dispatch.c,v 1.156 2008/12/10 07:03:50 marka Exp $ */ +/* $Id: dispatch.c,v 1.157 2008/12/10 23:48:43 tbox Exp $ */ /*! \file */ @@ -2706,10 +2706,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); }