sbsv2/raptor/util/talon/talon.c
branchfix
changeset 287 4c84bb0f4c67
parent 285 1cdb9a551505
child 353 bb0bded637e9
--- a/sbsv2/raptor/util/talon/talon.c	Mon Mar 01 01:04:37 2010 +0200
+++ b/sbsv2/raptor/util/talon/talon.c	Mon Mar 01 17:49:12 2010 +0200
@@ -244,12 +244,10 @@
 #ifdef HAS_WINSOCK2
 	WSADATA wsaData;
 
-	int wsaresult;
-
-	wsaresult = WSAStartup(MAKEWORD(2,2), &wsaData);
+	WSAStartup(MAKEWORD(2,2), &wsaData);
 
 	/* We ignore the result as we are only doing this to use gethostname
-	   and if that fails then leaving the host atrtibute blank is perfectly
+	   and if that fails then leaving the host attribute blank is perfectly
 	   acceptable.
 	*/