r21115: notify_internal.c needs to remove the table entry if a process has crashed. So
authorVolker Lendecke <vlendec@samba.org>
Thu, 1 Feb 2007 19:29:07 +0000 (19:29 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:17:39 +0000 (12:17 -0500)
commit3f620d181da0c356c8ffbdb5b380ccab3645a972
tree44de4346a9cb5a3ae425f6e6f3415788644536f5
parent5b12eb873f8f603a6143342c282014af76ec7752
r21115: notify_internal.c needs to remove the table entry if a process has crashed. So
it needs the specific error message.

Make messages.c return NTSTATUS and specificially NT_STATUS_INVALID_HANDLE if
sending to a non-existent process.

Volker
source/lib/messages.c
source/libsmb/clidgram.c
source/rpc_server/srv_srvsvc_nt.c
source/smbd/open.c
source/utils/smbcontrol.c