smbd: Mark #else/#endif with the if-#define
authorVolker Lendecke <vl@samba.org>
Tue, 22 Oct 2019 06:30:01 +0000 (08:30 +0200)
committerMartin Schwenke <martins@samba.org>
Wed, 23 Oct 2019 01:11:30 +0000 (01:11 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
source3/smbd/mangle_hash2.c

index ac1f4b0f4fb40748e77dc8e774b57bd157a03e3e..d6a365e1ebf1cd2423ec13a696c89c5c7dcccb3b 100644 (file)
@@ -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