summaryrefslogtreecommitdiffstats
path: root/source/smbd/notify.c
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2006-12-18 04:25:21 +0000
committerJames Peach <jpeach@samba.org>2006-12-18 04:25:21 +0000
commit4cc6db0e752e5236e15aadbb4f6503b412c38224 (patch)
treee2aeb1d67329e5183bd4cbab08260a9d6e50a061 /source/smbd/notify.c
parent8d0f9da702b937d58f64d146c567a9e0a6e0cb9c (diff)
downloadsamba-4cc6db0e752e5236e15aadbb4f6503b412c38224.tar.gz
samba-4cc6db0e752e5236e15aadbb4f6503b412c38224.tar.xz
samba-4cc6db0e752e5236e15aadbb4f6503b412c38224.zip
r20237: Replace exit_server with exit_server_cleanly where appropriate. All
send_smb failures should be clean exits. All times when we exit as a matter of policy should also be clean exits.
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 829ca3a736d..4ec53567dd4 100644
--- a/source/smbd/notify.c
+++ b/source/smbd/notify.c
@@ -62,7 +62,7 @@ static void change_notify_reply_packet(char *inbuf, NTSTATUS error_code)
show_msg(outbuf);
if (!send_smb(smbd_server_fd(),outbuf))
- exit_server("change_notify_reply_packet: send_smb failed.");
+ exit_server_cleanly("change_notify_reply_packet: send_smb failed.");
}
/****************************************************************************