summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-01-02 17:55:55 +0100
committerStefan Metzmacher <metze@samba.org>2011-01-02 18:42:12 +0100
commit4d5c0c3ec5a0c7a95b25eed5149e8cf665f295c9 (patch)
tree88e13a7252dc7c6fe38b7c1bd3fd40175b028726 /source4
parent81a167b5df47e8964fbd0f12d9ba16b41a0625a4 (diff)
downloadsamba-4d5c0c3ec5a0c7a95b25eed5149e8cf665f295c9.tar.gz
samba-4d5c0c3ec5a0c7a95b25eed5149e8cf665f295c9.tar.bz2
samba-4d5c0c3ec5a0c7a95b25eed5149e8cf665f295c9.zip
s4: Happy New Year 2011
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Jan 2 18:42:12 CET 2011 on sn-devel-104
Diffstat (limited to 'source4')
-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 0b1ff068f9..0a4e38d398 100644
--- a/source4/smbd/server.c
+++ b/source4/smbd/server.c
@@ -365,7 +365,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-2010\n"));
+ DEBUGADD(0,("Copyright Andrew Tridgell and the Samba Team 1992-2011\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"));