summaryrefslogtreecommitdiff
path: root/source4/smbd/server.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-01-01 00:17:59 +0100
committerStefan Metzmacher <metze@samba.org>2016-01-01 03:23:14 +0100
commit1bc806a4738d705b45d954060dcd9fd2ab70ddfd (patch)
tree80e450c0bd862426c9a554bf5cbd7d29a1b4096f /source4/smbd/server.c
parent73f01cd2f11029bde5cd789f1923342cbb1b065a (diff)
downloadsamba-1bc806a4738d705b45d954060dcd9fd2ab70ddfd.tar.gz
Happy New Year 2016!
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Jan 1 03:23:14 CET 2016 on sn-devel-144
Diffstat (limited to 'source4/smbd/server.c')
-rw-r--r--source4/smbd/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/server.c b/source4/smbd/server.c
index cb1a20b4ecc..fa6bff150e7 100644
--- a/source4/smbd/server.c
+++ b/source4/smbd/server.c
@@ -370,7 +370,7 @@ static int binary_smbd_main(const char *binary_name, int argc, const char *argv[
umask(0);
DEBUG(0,("%s version %s started.\n", binary_name, SAMBA_VERSION_STRING));
- DEBUGADD(0,("Copyright Andrew Tridgell and the Samba Team 1992-2015\n"));
+ DEBUGADD(0,("Copyright Andrew Tridgell and the Samba Team 1992-2016\n"));
if (sizeof(uint16_t) < 2 || sizeof(uint32_t) < 4 || sizeof(uint64_t) < 8) {
DEBUG(0,("ERROR: Samba is not configured correctly for the word size on your machine\n"));