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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user