From e1c8c83bb8dfffcaf2ee32b318ae215480dc0c61 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 1 Sep 2004 04:31:39 +0000 Subject: [PATCH] fix typo in unexecuted code --- lib/isc/win32/socket.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/isc/win32/socket.c b/lib/isc/win32/socket.c index 1887b44cc2..606e2ea8b1 100644 --- a/lib/isc/win32/socket.c +++ b/lib/isc/win32/socket.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: socket.c,v 1.5.2.23 2004/06/30 23:28:40 marka Exp $ */ +/* $Id: socket.c,v 1.5.2.24 2004/09/01 04:31:39 marka Exp $ */ /* This code has been rewritten to take advantage of Windows Sockets * I/O Completion Ports and Events. I/O Completion Ports is ONLY @@ -1918,7 +1918,7 @@ isc_socket_create(isc_socketmgr_t *manager, int pf, isc_sockettype_t type, if ((pf == AF_INET6) && (setsockopt(sock->fd, IPPROTO_IPV6, IPV6_PKTINFO, (void *)&on, sizeof(on)) < 0)) { - isc__strerror(WSAGetLaastError(), strbuf, sizeof(strbuf)); + isc__strerror(WSAGetLastError(), strbuf, sizeof(strbuf)); UNEXPECTED_ERROR(__FILE__, __LINE__, "setsockopt(%d, IPV6_PKTINFO) %s: %s", sock->fd,