svn commit: samba r20449 - in branches/SAMBA_4_0/source/smbd: .

metze at samba.org metze at samba.org
Mon Jan 1 17:29:51 GMT 2007


Author: metze
Date: 2007-01-01 17:29:50 +0000 (Mon, 01 Jan 2007)
New Revision: 20449

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20449

Log:
Happy New Year!

metze
Modified:
   branches/SAMBA_4_0/source/smbd/server.c


Changeset:
Modified: branches/SAMBA_4_0/source/smbd/server.c
===================================================================
--- branches/SAMBA_4_0/source/smbd/server.c	2007-01-01 17:29:20 UTC (rev 20448)
+++ branches/SAMBA_4_0/source/smbd/server.c	2007-01-01 17:29:50 UTC (rev 20449)
@@ -229,7 +229,7 @@
 	umask(0);
 
 	DEBUG(0,("%s version %s started.\n", binary_name, SAMBA_VERSION_STRING));
-	DEBUGADD(0,("Copyright Andrew Tridgell and the Samba Team 1992-2006\n"));
+	DEBUGADD(0,("Copyright Andrew Tridgell and the Samba Team 1992-2007\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"));



More information about the samba-cvs mailing list