Skip to content

Commit 0f652c3

Browse files
committed
onebinary: no arguments == MistController
1 parent 1d58971 commit 0f652c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/mistserver.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
#include "controller/controller.cpp"
1414

1515
int main(int argc, char *argv[]){
16-
INFO_MSG("starting")
1716
if (argc < 2) {
18-
return 201;
17+
return ControllerMain(argc, argv);
1918
}
2019
// Create a new argv array without argv[1]
2120
int new_argc = argc - 1;

0 commit comments

Comments
 (0)