X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=server.c;h=33f69ef611a7ae2dd7eda4bd7e0e15c3284487a6;hp=4bc5e50e661a6e4570310417f19c4fa7385b19de;hb=905c78b90f92bab91555313f7b4bd83d18246139;hpb=017531dff831c8d683b7c912ce1fe4a59bcb5bc0 diff --git a/server.c b/server.c index 4bc5e50e..33f69ef6 100644 --- a/server.c +++ b/server.c @@ -1188,8 +1188,8 @@ int fio_start_server(char *pidfile) int ret; #if defined(WIN32) - WSADATA wsd; - WSAStartup(MAKEWORD(2,2), &wsd); + WSADATA wsd; + WSAStartup(MAKEWORD(2,2), &wsd); #endif if (!pidfile)