提交 03ffbb69 编写于 作者: B bellard

smb config fix for NT


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1061 c046a42c-6fe2-441c-8c8c-71466251a162
上级 a3d4af03
......@@ -1476,6 +1476,7 @@ static void smb_exit(void)
unlink(filename);
}
}
closedir(d);
rmdir(smb_dir);
}
......@@ -1510,6 +1511,7 @@ void net_slirp_smb(const char *exported_dir)
"lock directory=%s\n"
"log file=%s/log.smbd\n"
"smb passwd file=%s/smbpasswd\n"
"security = share\n"
"[qemu]\n"
"path=%s\n"
"read only=no\n"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册