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

metze at samba.org metze at samba.org
Fri Jun 1 10:17:03 GMT 2007


Author: metze
Date: 2007-06-01 10:17:02 +0000 (Fri, 01 Jun 2007)
New Revision: 23288

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

Log:
give more info...

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-06-01 10:10:57 UTC (rev 23287)
+++ branches/SAMBA_4_0/source/smbd/server.c	2007-06-01 10:17:02 UTC (rev 23288)
@@ -234,6 +234,8 @@
 
 	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"));
+		DEBUGADD(0,("sizeof(uint16_t) = %u, sizeof(uint32_t) %u, sizeof(uint64_t) = %u\n",
+			sizeof(uint16_t), sizeof(uint32_t), sizeof(uint64_t)));
 		exit(1);
 	}
 



More information about the samba-cvs mailing list