소스 검색

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);