Skip to content

Commit c764dee

Browse files
committed
libsmb2 not enable encryption by default
1 parent 42cd84a commit c764dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/ffmpeg-n6.1/0020-add-built-in-smb2-protocol-via-libsmb2.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ index 0000000..d8a8ca6
336336
+#define E AV_OPT_FLAG_ENCODING_PARAM
337337
+static const AVOption options[] = {
338338
+ { "ijkapplication", "AVApplicationContext", OFFSET(app_ctx_intptr), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, .flags = D },
339-
+ { "smb2_seal", "enable smb3 encrypted connection", OFFSET(smb2_seal), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, .flags = D },
339+
+ { "smb2_seal", "enable smb3 encrypted connection", OFFSET(smb2_seal), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, .flags = D },
340340
+ {NULL}
341341
+};
342342
+

0 commit comments

Comments
 (0)