Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Aug 23, 2023
1 parent a4be45f commit a302a86
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions trunk/src/main/srs_main_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,6 @@ srs_error_t do_main(int argc, char** argv, char** envp)
if ((err = srs_detect_docker()) != srs_success) {
srs_error_reset(err);
}

// Parse the CWD before parsing config file.
if ((err = _srs_config->initialize_cwd()) != srs_success) {
return srs_error_wrap(err, "config cwd");
}

// never use srs log(srs_trace, srs_error, etc) before config parse the option,
// which will load the log config and apply it.
Expand Down

0 comments on commit a302a86

Please sign in to comment.