qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] net/slirp.c: fix SMB share with Samba 4 and Windows XP guests


From: Casper Ti. Vector
Subject: [PATCH] net/slirp.c: fix SMB share with Samba 4 and Windows XP guests
Date: Sun, 9 May 2021 23:36:52 +0800

cf. <https://askubuntu.com/questions/379044/>

Signed-off-by: Casper Ti. Vector <CasperVector@gmail.com>
---
 net/slirp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/slirp.c b/net/slirp.c
index 7a4e96d..73042af 100644
--- a/net/slirp.c
+++ b/net/slirp.c
@@ -876,6 +876,7 @@ static int slirp_smb(SlirpState* s, const char 
*exported_dir,
             "printing = bsd\n"
             "disable spoolss = yes\n"
             "usershare max shares = 0\n"
+            "server min protocol = NT1\n"
             "[qemu]\n"
             "path=%s\n"
             "read only=no\n"
-- 
2.31.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]