X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Finit.cpp;h=8fab885672f6ef502a04be4ef005d9d2177f25e6;hb=fe27b2dfe4551bc841b4edb833f13c7f72095faa;hp=8fec3c6026b28351bb530aaa88b55d7c97af0515;hpb=534f63f45923e8fc00dbcd8b49e9dab3547463cb;p=novacoin.git diff --git a/src/init.cpp b/src/init.cpp index 8fec3c6..8fab885 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1013,7 +1013,7 @@ bool AppInit2() #if !defined(QT_GUI) // Loop until process is exit()ed from shutdown() function, // called from ThreadRPCServer thread when a "stop" command is received. - while (1) + for ( ; ; ) Sleep(5000); #endif