Created
December 31, 2024 19:37
-
-
Save smooker/39e4ebc24624510395edc9369a7763ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/net/slirp.c b/net/slirp.c | |
index eb9a456ed..85ae4308b 100644 | |
--- a/net/slirp.c | |
+++ b/net/slirp.c | |
@@ -970,6 +970,7 @@ static int slirp_smb(SlirpState* s, const char *exported_dir, | |
fprintf(f, | |
"[global]\n" | |
"private dir=%s\n" | |
+ "min protocol=NT1\n" | |
"interfaces=127.0.0.1\n" | |
"bind interfaces only=yes\n" | |
"pid directory=%s\n" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment