s3: Make char_flags and base_reverse const arrays
authorVolker Lendecke <vl@samba.org>
Tue, 24 Aug 2010 19:40:25 +0000 (21:40 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 24 Aug 2010 20:45:41 +0000 (22:45 +0200)
commitd3a0ff311e07b1080f33319d521217aa48b483e3
tree0325d525b1d86e6cfc44f9d5238db4d7cd5cc4ff
parent2d81721a3fd9aa0cfdb2501cbcdd6eedc78c15c3
s3: Make char_flags and base_reverse const arrays

This moves those arrays from dynamic to static, shared memory, removing them
from globals.c.

I did it by dumping the result of init_tables() with dump_data(). Some massage
by an editor macro made it the initializer.
source3/smbd/globals.c
source3/smbd/globals.h
source3/smbd/mangle_hash2.c