sim-card
/
qemu
Archived
10
0
Fork 0

Samba 3 support

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1312 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2005-03-01 21:28:45 +00:00
parent f94daedd27
commit 157777ef3e
1 changed files with 4 additions and 0 deletions

4
vl.c
View File

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