fixed the problem with messages not getting through
authorAndrew Tridgell <tridge@samba.org>
Fri, 17 Nov 2000 03:15:18 +0000 (03:15 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 17 Nov 2000 03:15:18 +0000 (03:15 +0000)
commit3575ad10985a18f897e38179ca69fa9a49a7ea02
treec83679fc198cb7fe3bd8afd93348e8d5d7470cac
parenteeab4e0290f9df84025e91c85d27b21e0c02781f
fixed the problem with messages not getting through

the problem had nothing to do with being your own pid, it was instead
a problem with IPC$ connections not being registered in the
connections database and an incorrect test for -1 in the messaging
code.

These changes also mean that IPC$ shares now show up in
smbstatus. That is probably a good thing.
source/lib/messages.c
source/smbd/connection.c
source/smbd/service.c