Skip to content

Instantly share code, notes, and snippets.

@smooker
Created December 31, 2024 19:37
Show Gist options
  • Save smooker/39e4ebc24624510395edc9369a7763ad to your computer and use it in GitHub Desktop.
Save smooker/39e4ebc24624510395edc9369a7763ad to your computer and use it in GitHub Desktop.
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