smbd: Remove a "can't happen" NULL check
authorVolker Lendecke <vl@samba.org>
Wed, 4 Jan 2023 09:13:31 +0000 (10:13 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 10 Jan 2023 00:28:37 +0000 (00:28 +0000)
commitfdca0558efa7a22e98b851480509d2b7f11df2e0
tree3ee11633078b0698853919247efa173e0d7db6d8
parent0c709cb6b70ed94b82a598bf3fb581ffb7c48200
smbd: Remove a "can't happen" NULL check

This should really not happen, crashing would be the right response.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/smbXsrv_open.c