Fix address truncation on Windows
[fio.git] / server.c
index 4bc5e50e661a6e4570310417f19c4fa7385b19de..33f69ef611a7ae2dd7eda4bd7e0e15c3284487a6 100644 (file)
--- 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)