1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r22107: Fix typo.

This commit is contained in:
James Peach 2007-04-06 19:17:15 +00:00 committed by Gerald (Jerry) Carter
parent bc2b6e3f32
commit fd056b2426

View File

@ -156,7 +156,7 @@ void dump_core_setup(const char *progname)
* 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);
}