audit_logging: Remove incorrect check for NT_STATUS_OBJECT_NAME_NOT_FOUND
authorAndrew Bartlett <abartlet@samba.org>
Mon, 25 Jun 2018 02:51:35 +0000 (14:51 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 26 Jun 2018 01:27:20 +0000 (03:27 +0200)
commit4f50848680605dfde8233f8b64a4fc1e79df6276
tree29f8c3dcc1a32e87a0046d37ca3ed6242b7830d9
parent450210c39a31ac5e0d9cf576fdd4c90965a2f79c
audit_logging: Remove incorrect check for NT_STATUS_OBJECT_NAME_NOT_FOUND

NT_STATUS_OBJECT_NAME_NOT_FOUND is not a case we can ignore, it would mean that event_server
is not initialised.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
lib/audit_logging/audit_logging.c