| 102 | } |
| 103 | |
| 104 | void CheckAndFinalizeConfigs() |
| 105 | { |
| 106 | if ((g_bServerExecd || g_ServerCfgFile == NULL) && g_bGotServerStart) |
| 107 | { |
| 108 | g_PendingInternalPush = true; |
| 109 | } |
| 110 | } |
| 111 | |
| 112 | void CoreConfig::OnSourceModAllInitialized() |
| 113 | { |
no outgoing calls
no test coverage detected