summaryrefslogtreecommitdiffstats
path: root/source/smbd/notify.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/notify.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/notify.c')
-rw-r--r--source/smbd/notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/notify.c b/source/smbd/notify.c
index d333e0f75a1..52df3558aa7 100644
--- a/source/smbd/notify.c
+++ b/source/smbd/notify.c
@@ -61,7 +61,7 @@ static void change_notify_reply_packet(char *inbuf, NTSTATUS error_code)
set_message(outbuf,18,0,False);
if (!send_smb(smbd_server_fd(),outbuf))
- exit_server("change_notify_reply_packet: send_smb failed.\n");
+ exit_server("change_notify_reply_packet: send_smb failed.");
}
/****************************************************************************