1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

changes to IM code that came from Petr's review

This commit is contained in:
reggie@linux.site
2005-08-09 07:57:40 -06:00
parent 7fa1779d62
commit 153ad3f687
3 changed files with 7 additions and 7 deletions

View File

@ -66,6 +66,6 @@ int HandleServiceOptions(Options options)
}
}
else
ret_val= winService.Init() ? 0 : 1;
ret_val= !winService.Init();
return ret_val;
}