1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

fixed the service bits of the IM

This commit is contained in:
reggie@ubuntu.(none)
2005-09-13 14:53:19 -05:00
parent 6985adffc1
commit 31be8fb694
10 changed files with 58 additions and 31 deletions

View File

@@ -102,10 +102,12 @@ int main(int argc, char *argv[])
angel(options);
}
#else
#ifdef NDEBUG
return_value= HandleServiceOptions(options);
goto err; /* this is not always an error but we reuse the label */
#endif
if (!options.stand_alone)
{
if (HandleServiceOptions(options))
goto err;
}
else
#endif
manager(options);