sbsv2/raptor/util/talon/talon.c
branchfix
changeset 287 4c84bb0f4c67
parent 285 1cdb9a551505
child 353 bb0bded637e9
equal deleted inserted replaced
286:366461bbefae 287:4c84bb0f4c67
   242 	int talon_returncode = 0;
   242 	int talon_returncode = 0;
   243 
   243 
   244 #ifdef HAS_WINSOCK2
   244 #ifdef HAS_WINSOCK2
   245 	WSADATA wsaData;
   245 	WSADATA wsaData;
   246 
   246 
   247 	int wsaresult;
   247 	WSAStartup(MAKEWORD(2,2), &wsaData);
   248 
       
   249 	wsaresult = WSAStartup(MAKEWORD(2,2), &wsaData);
       
   250 
   248 
   251 	/* We ignore the result as we are only doing this to use gethostname
   249 	/* We ignore the result as we are only doing this to use gethostname
   252 	   and if that fails then leaving the host atrtibute blank is perfectly
   250 	   and if that fails then leaving the host attribute blank is perfectly
   253 	   acceptable.
   251 	   acceptable.
   254 	*/
   252 	*/
   255 
   253 
   256 #endif
   254 #endif
   257 
   255