scripts/dce-rpc,ntlm: Do not load base/frameworks/dpd

DPD will work without loading this explicitly and these are the only
scripts that do load it explicitly.
This commit is contained in:
Arne Welzel 2022-08-25 16:52:21 +02:00
parent b2d33db3d9
commit b60a4e3a1f
2 changed files with 0 additions and 2 deletions

View file

@ -1,5 +1,4 @@
@load ./consts
@load base/frameworks/dpd
@load base/protocols/conn/removal-hooks
module DCE_RPC;

View file

@ -1,4 +1,3 @@
@load base/frameworks/dpd
@load base/protocols/conn/removal-hooks
module NTLM;