coding standards issue: should never compare a boolean expression == False
authorSamba Release Account <samba-bugs@samba.org>
Thu, 22 May 1997 19:08:56 +0000 (19:08 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Thu, 22 May 1997 19:08:56 +0000 (19:08 +0000)
commit73ae238801ac3d8e83af4fc10532837bdeace6d6
tree5878a9cd6535d260b2b4f7b7deb7199fcdfb675e
parent9773d1df2db6131990bbcc678b1bb63bfcb2d02b
coding standards issue: should never compare a boolean expression == False
or == True.  should always do if (boolean_expression).

sorry.

lkcl
source/nameelect.c