errors/gen_ntstatus: generate error codes in specified files
authorBob Campbell <bobcampbell@catalyst.net.nz>
Thu, 12 Jan 2017 00:20:37 +0000 (13:20 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 14 Feb 2017 08:46:22 +0000 (09:46 +0100)
commita3d1af729b0c30c9793ef6dde81fce0f7457c288
tree7893784104b867d03cf549a741bb5236d12d81e1
parent28d911aa32f9f885232fced962f63caf23e7f097
errors/gen_ntstatus: generate error codes in specified files

Previously, we would append new errors on to the existing ntstatus.h and
nterr.c. We can now specify which files to write to, and it will write
all errors to those files.

Signed-off-by: Bob Campbell <bobcampbell@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
source4/scripting/bin/gen_ntstatus.py