svn commit: samba r22107 - in branches: SAMBA_3_0/source/lib SAMBA_3_0_25/source/lib

jpeach at samba.org jpeach at samba.org
Fri Apr 6 19:17:16 GMT 2007


Author: jpeach
Date: 2007-04-06 19:17:15 +0000 (Fri, 06 Apr 2007)
New Revision: 22107

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

Log:
Fix typo.

Modified:
   branches/SAMBA_3_0/source/lib/fault.c
   branches/SAMBA_3_0_25/source/lib/fault.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/fault.c
===================================================================
--- branches/SAMBA_3_0/source/lib/fault.c	2007-04-06 19:09:53 UTC (rev 22106)
+++ branches/SAMBA_3_0/source/lib/fault.c	2007-04-06 19:17:15 UTC (rev 22107)
@@ -156,7 +156,7 @@
 	 * turned on in smb.conf and the relevant daemon is not restarted.
 	 */
 	if (!lp_enable_core_files()) {
-		DEBUG(0, ("Exiting on internal error (core file administratively disabled\n"));
+		DEBUG(0, ("Exiting on internal error (core file administratively disabled)\n"));
 		exit(1);
 	}
 

Modified: branches/SAMBA_3_0_25/source/lib/fault.c
===================================================================
--- branches/SAMBA_3_0_25/source/lib/fault.c	2007-04-06 19:09:53 UTC (rev 22106)
+++ branches/SAMBA_3_0_25/source/lib/fault.c	2007-04-06 19:17:15 UTC (rev 22107)
@@ -156,7 +156,7 @@
 	 * turned on in smb.conf and the relevant daemon is not restarted.
 	 */
 	if (!lp_enable_core_files()) {
-		DEBUG(0, ("Exiting on internal error (core file administratively disabled\n"));
+		DEBUG(0, ("Exiting on internal error (core file administratively disabled)\n"));
 		exit(1);
 	}
 



More information about the samba-cvs mailing list