summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-10-22 08:30:01 +0200
committerMartin Schwenke <martins@samba.org>2019-10-23 01:11:30 +0000
commitccc486ca1184962df57e380954747f1593317bb5 (patch)
tree1d29ced5009cd8760afbb54688fdd1ac7a12134e /source3/smbd
parentaa37668218024aff6bb6518386d4e17a91407633 (diff)
downloadsamba-ccc486ca1184962df57e380954747f1593317bb5.tar.gz
smbd: Mark #else/#endif with the if-#define
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/mangle_hash2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbd/mangle_hash2.c b/source3/smbd/mangle_hash2.c
index ac1f4b0f4fb..d6a365e1ebf 100644
--- a/source3/smbd/mangle_hash2.c
+++ b/source3/smbd/mangle_hash2.c
@@ -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