瀏覽代碼

svn: 1849

Bryan Drewery 21 年之前
父節點
當前提交
d2c29abe63
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/conf.c

+ 1 - 0
src/conf.c

@@ -818,6 +818,7 @@ bin_to_conf(void)
   conf.uname = strdup(settings.uname);
   conf.homedir = strdup(settings.homedir);
   conf.binpath = strdup(settings.binpath);
+  fix_tilde(&conf.binpath);
   conf.binname = strdup(settings.binname);
   conf.portmin = atol(settings.portmin);
   conf.portmax = atol(settings.portmax);