diff options
author | James Peach <jpeach@samba.org> | 2007-04-06 19:17:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:19:13 -0500 |
commit | fc9f6d6087f591a0c48840a5686557ba5a13cb0d (patch) | |
tree | 7f7a447fcacbc89c607a1b7ef649c323e298fb28 /source3/lib | |
parent | 7ef93224ee5394aeb97ef37223bf3c3a21581b6c (diff) | |
download | samba-fc9f6d6087f591a0c48840a5686557ba5a13cb0d.tar.gz samba-fc9f6d6087f591a0c48840a5686557ba5a13cb0d.tar.bz2 samba-fc9f6d6087f591a0c48840a5686557ba5a13cb0d.zip |
r22107: Fix typo.
(This used to be commit fd056b2426dea059fec50fe1c90e4fdd48f916d7)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/fault.c b/source3/lib/fault.c index b632a5c82f..b214d9027e 100644 --- a/source3/lib/fault.c +++ b/source3/lib/fault.c @@ -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); } |