add param.h which was lost

This commit is contained in:
xinghe 2023-04-10 05:44:13 +00:00
parent 3bf99eff12
commit 5e105ed9d6
2 changed files with 9 additions and 2 deletions

View File

@ -217,10 +217,11 @@ diff --git a/source3/utils/net_util.c b/source3/utils/net_util.c
index 298d9a64dc0c..f3b7755063bf 100644
--- a/source3/utils/net_util.c
+++ b/source3/utils/net_util.c
@@ -31,6 +31,7 @@
@@ -31,6 +31,8 @@
#include "../librpc/gen_ndr/ndr_dssetup_c.h"
#include "secrets.h"
#include "../libcli/security/security.h"
+#include "lib/param/param.h"
+#include "libcli/auth/netlogon_creds_cli.h"
#include "libsmb/libsmb.h"

View File

@ -49,7 +49,7 @@
Name: samba
Version: 4.11.12
Release: 26
Release: 27
Summary: A suite for Linux to interoperate with Windows
License: GPLv3+ and LGPLv3+
@ -3397,6 +3397,12 @@ fi
%{_mandir}/man*
%changelog
* Mon Apr 10 2023 xinghe <xinghe2@h-partners.com> - 4.11.12-27
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:add param.h which was lost
* Fri Apr 07 2023 xinghe <xinghe2@h-partners.com> - 4.11.12-26
- Type:cves
- CVE:CVE-2023-0922