mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
smbd: Mark #else/#endif with the if-#define
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
parent
aa37668218
commit
ccc486ca11
@ -190,7 +190,7 @@ static void init_tables(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
#else
|
||||
#else /* DYNAMIC_MANGLE_TABLES */
|
||||
|
||||
/*
|
||||
* These tables were initialized by a single run of the above
|
||||
@ -270,7 +270,7 @@ static uint8_t base_reverse[256] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif /* DYNAMIC_MANGLE_TABLES */
|
||||
|
||||
/*
|
||||
hash a string of the specified length. The string does not need to be
|
||||
|
Loading…
Reference in New Issue
Block a user