Skip to content

Commit

Permalink
Use seafdav conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Heran Yang committed Dec 14, 2023
1 parent 6299ccb commit b7c06c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/seafile-controller.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ start_seafdav() {
snprintf (port, sizeof(port), "%d", conf.port);

int pid;
if (ctr->seafdav_conf->debug_mode) {
if (conf.debug_mode) {
char *argv[] = {
(char *)get_python_executable(),
"-m", "wsgidav.server.server_cli",
Expand Down

0 comments on commit b7c06c7

Please sign in to comment.