diff options
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ #define DEFAULT_HOMEDIR_PATH "/home/david/intest" #define DEFAULT_MAIN_CONFIG_FILE_PATH "./mcproxy.conf" -/* Global, not in struct cfg since they're too low-level */ +/* Global */ struct cfg *cfg = NULL; bool exiting = false; unsigned debug_mask = DBG_ERROR | DBG_INFO; |