s3: Fix Coverity ID 2747: FORWARD_NULL
authorVolker Lendecke <vl@samba.org>
Thu, 19 Apr 2012 08:20:27 +0000 (10:20 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 19 Apr 2012 15:37:37 +0000 (17:37 +0200)
commit8173331150482b78e85c005fcea2c7d80f430f65
treee1c4b606ac7ea91d345d686426f5bba51b3091c6
parentdc3b79626022e07980be40627b9f2255d58b6e70
s3: Fix Coverity ID 2747: FORWARD_NULL

For the notify cleanup process we have a notify context without a
messaging entry. We will never call notify_add/remove for this, but
the code should protect against this.
source3/smbd/notify_internal.c