aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/samba36/patches/290-remove_lsa.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/samba36/patches/290-remove_lsa.patch')
-rw-r--r--package/network/services/samba36/patches/290-remove_lsa.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/network/services/samba36/patches/290-remove_lsa.patch b/package/network/services/samba36/patches/290-remove_lsa.patch
index fe37d5dae1..6dc35753b1 100644
--- a/package/network/services/samba36/patches/290-remove_lsa.patch
+++ b/package/network/services/samba36/patches/290-remove_lsa.patch
@@ -71,3 +71,18 @@
}
size_t num_pipe_handles(struct pipes_struct *p)
+--- a/source3/rpc_server/srv_pipe.c
++++ b/source3/rpc_server/srv_pipe.c
+@@ -419,10 +419,12 @@ static bool check_bind_req(struct pipes_
+ context_fns->allow_connect = false;
+ }
+ #endif
++#ifdef LSA_SUPPORT
+ ok = ndr_syntax_id_equal(abstract, &ndr_table_lsarpc.syntax_id);
+ if (ok) {
+ context_fns->allow_connect = false;
+ }
++#endif
+ #ifdef NETLOGON_SUPPORT
+ ok = ndr_syntax_id_equal(abstract, &ndr_table_netlogon.syntax_id);
+ if (ok) {