1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

Happy New Year 2019!

Signed-off-by: Stefan Metzmacher <metze@samba.org>

Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Tue Jan  1 16:02:05 CET 2019 on sn-devel-144
This commit is contained in:
Stefan Metzmacher 2019-01-01 12:52:26 +01:00
parent be2a67319d
commit 3d016d6f32
2 changed files with 2 additions and 2 deletions

View File

@ -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-2018"
#define COPYRIGHT_STARTUP_MESSAGE "Copyright Andrew Tridgell and the Samba Team 1992-2019"
#define SAFETY_MARGIN 1024
#define LARGE_WRITEX_HDR_SIZE 65

View File

@ -509,7 +509,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-2018\n"));
" 1992-2019\n"));
if (sizeof(uint16_t) < 2 ||
sizeof(uint32_t) < 4 ||