From d8d21ec437b40506b000cafd046295f0c5e0c8dd Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 1 Jan 2018 00:14:13 +0100 Subject: [PATCH] Happy New Year 2018! Signed-off-by: Stefan Metzmacher Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Mon Jan 1 19:19:22 CET 2018 on sn-devel-144 --- source3/include/smb.h | 2 +- source4/smbd/server.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/include/smb.h b/source3/include/smb.h index 0e79cb8d2e5..3316f09d94f 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -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-2017" +#define COPYRIGHT_STARTUP_MESSAGE "Copyright Andrew Tridgell and the Samba Team 1992-2018" #define SAFETY_MARGIN 1024 #define LARGE_WRITEX_HDR_SIZE 65 diff --git a/source4/smbd/server.c b/source4/smbd/server.c index 85dea2626a1..f650d80e873 100644 --- a/source4/smbd/server.c +++ b/source4/smbd/server.c @@ -470,7 +470,7 @@ static int binary_smbd_main(const char *binary_name, binary_name, SAMBA_VERSION_STRING)); DEBUGADD(0,("Copyright Andrew Tridgell and the Samba Team" - " 1992-2017\n")); + " 1992-2018\n")); if (sizeof(uint16_t) < 2 || sizeof(uint32_t) < 4 ||