Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
diff --git a/lib/cpp/src/thrift/windows/GetTimeOfDay.cpp b/lib/cpp/src/thrift/windows/GetTimeOfDay.cpp
index 1906302..c5667e4 100644
--- a/lib/cpp/src/thrift/windows/GetTimeOfDay.cpp
+++ b/lib/cpp/src/thrift/windows/GetTimeOfDay.cpp
@@ -88,7 +88,7 @@
         }
     }
 
-    return -1;
+    return 0;
 }
 
 int thrift_sleep(unsigned int seconds)