mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
Happy New Year 2023!
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Sun Jan 1 00:24:02 UTC 2023 on sn-devel-184
This commit is contained in:
parent
f28553105b
commit
a6136b8817
@ -30,7 +30,7 @@
|
||||
#include "libds/common/roles.h"
|
||||
|
||||
/* logged when starting the various Samba daemons */
|
||||
#define COPYRIGHT_STARTUP_MESSAGE "Copyright Andrew Tridgell and the Samba Team 1992-2022"
|
||||
#define COPYRIGHT_STARTUP_MESSAGE "Copyright Andrew Tridgell and the Samba Team 1992-2023"
|
||||
|
||||
#define SAFETY_MARGIN 1024
|
||||
#define LARGE_WRITEX_HDR_SIZE 65
|
||||
|
@ -622,7 +622,7 @@ static int binary_smbd_main(TALLOC_CTX *mem_ctx,
|
||||
binary_name,
|
||||
SAMBA_VERSION_STRING));
|
||||
DEBUGADD(0,("Copyright Andrew Tridgell and the Samba Team"
|
||||
" 1992-2022\n"));
|
||||
" 1992-2023\n"));
|
||||
|
||||
if (sizeof(uint16_t) < 2 ||
|
||||
sizeof(uint32_t) < 4 ||
|
||||
|
Loading…
Reference in New Issue
Block a user