summaryrefslogtreecommitdiffstats
path: root/source/smbd/dir.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-11-05 00:02:38 +0000
committerTim Potter <tpot@samba.org>2001-11-05 00:02:38 +0000
commitdfb8566220c3e90ca2b757ea124f53aed103269e (patch)
tree039024dc54815e640edbac130fc1f692de778c28 /source/smbd/dir.c
parent16c5d279b97250ceb84ee6de6e5e801350c816c4 (diff)
downloadsamba-dfb8566220c3e90ca2b757ea124f53aed103269e.tar.gz
samba-dfb8566220c3e90ca2b757ea124f53aed103269e.tar.xz
samba-dfb8566220c3e90ca2b757ea124f53aed103269e.zip
Don't put a \n on the end of the arg to exit_server()
Diffstat (limited to 'source/smbd/dir.c')
-rw-r--r--source/smbd/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/dir.c b/source/smbd/dir.c
index 59c8f1e97b4..1e2858ae260 100644
--- a/source/smbd/dir.c
+++ b/source/smbd/dir.c
@@ -58,7 +58,7 @@ void init_dptrs(void)
dptr_bmap = bitmap_allocate(MAX_DIRECTORY_HANDLES);
if (!dptr_bmap)
- exit_server("out of memory in init_dptrs\n");
+ exit_server("out of memory in init_dptrs");
dptrs_init = True;
}