Changeset 8 in Main for trunk/Server/main.c
- Timestamp:
- Sep 13, 2024, 8:18:23 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/main.c
r6 r8 10 10 11 11 #include "tw_config.h" 12 #include "tw_server.h" 12 13 #include "tw_version.h" 13 14 … … 44 45 return 1; 45 46 } 47 if(tw_server_init() != 0) { 48 fprintf(stderr, "Could not initialize the server\n"); 49 return 1; 50 } 46 51 cm_log("Daemon", "Ready"); 47 52 }
Note:
See TracChangeset
for help on using the changeset viewer.