提交 157777ef 编写于 作者: B bellard

Samba 3 support


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1312 c046a42c-6fe2-441c-8c8c-71466251a162
上级 f94daedd
......@@ -1538,6 +1538,9 @@ void net_slirp_smb(const char *exported_dir)
}
fprintf(f,
"[global]\n"
"private dir=%s\n"
"smb ports=0\n"
"socket address=127.0.0.1\n"
"pid directory=%s\n"
"lock directory=%s\n"
"log file=%s/log.smbd\n"
......@@ -1551,6 +1554,7 @@ void net_slirp_smb(const char *exported_dir)
smb_dir,
smb_dir,
smb_dir,
smb_dir,
exported_dir
);
fclose(f);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册