Skip to content

Commit

Permalink
Fix compile error.
Browse files Browse the repository at this point in the history
  • Loading branch information
killing committed Aug 27, 2016
1 parent 25dc2c3 commit 9fce30c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller/seafile-controller.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ setup_env ()
g_setenv ("SEAFILE_CENTRAL_CONF_DIR", ctl->central_config_dir, TRUE);

char *seahub_dir = g_build_filename (installpath, "seahub", NULL);
char *seafdav_conf = g_build_filename (ctl->central_config_dir, "seafdav.conf", NULL);
g_setenv ("SEAHUB_DIR", seahub_dir, TRUE);
g_setenv ("SEAFDAV_CONF", seafdav_conf, TRUE);

Expand Down

0 comments on commit 9fce30c

Please sign in to comment.