Reverted the change Luke made. Removed IS_BITS_SET_XX macros.
authorJeremy Allison <jra@samba.org>
Mon, 14 Aug 2000 23:48:07 +0000 (23:48 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 14 Aug 2000 23:48:07 +0000 (23:48 +0000)
commitbe4e5eeb4f808c1d8ac4030e8886a83a37914c57
tree8f7fb4380de3b1c32f855a82919bb0f2d932b06b
parent604f6a34effb8aeed7701345a4219749a6a97892
Reverted the change Luke made. Removed IS_BITS_SET_XX macros.
Do not re-add them. These macros are unsafe as they are not understood.
Change all TNG code using them to correct '&' and '|' please.
IS_BITS_SET_ALL was being used in cmd_interp.c when IS_BITS_SET_SOME
should have been used.
Jeremy.
source/include/smb_macros.h
source/lib/cmd_interp.c