summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2021-01-01 10:44:37 +0000
committerStefan Metzmacher <metze@samba.org>2021-01-01 11:56:23 +0000
commit54963d246ead84e2c845ee47d2ede5cf15920a8e (patch)
tree41276197684264e21197fac422212fca173c1c7a /source4
parent542ae1055cd58c4715641b1665716b97efe371b3 (diff)
downloadsamba-54963d246ead84e2c845ee47d2ede5cf15920a8e.tar.gz
Happy New Year 2021!
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Jan 1 11:56:23 UTC 2021 on sn-devel-184
Diffstat (limited to 'source4')
-rw-r--r--source4/samba/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/samba/server.c b/source4/samba/server.c
index 6e07f048c0f..6cf4e4fb77e 100644
--- a/source4/samba/server.c
+++ b/source4/samba/server.c
@@ -645,7 +645,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-2020\n"));
+ " 1992-2021\n"));
if (sizeof(uint16_t) < 2 ||
sizeof(uint32_t) < 4 ||