projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f94daed
)
Samba 3 support
author
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 1 Mar 2005 21:28:45 +0000
(21:28 +0000)
committer
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 1 Mar 2005 21:28:45 +0000
(21:28 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1312
c046a42c
-6fe2-441c-8c8c-
71466251a162
vl.c
patch
|
blob
|
history
diff --git
a/vl.c
b/vl.c
index 89efe67ca45bb4c06edc142aaed094ef769b615c..5dcf46ed0716a7e9fb11846b8c7881b1a319e623 100644
(file)
--- a/
vl.c
+++ b/
vl.c
@@
-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);