s4:utils Explian fix for testparm -v
authorAndrew Bartlett <abartlet@samba.org>
Sat, 19 Sep 2009 18:59:44 +0000 (11:59 -0700)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 19 Sep 2009 21:33:41 +0000 (14:33 -0700)
commitd58976012eada94d55eb3ac89fd1601291167232
tree43d687ac66749b5a5fbca1a75f62ffe4e0434eaa
parentc386c027e7a5ea55a9e6375eaf736718c6dbaae0
s4:utils Explian fix for testparm -v

The problem here was that we take an address of a bool, and then (via
a void*) cast it to a int *, so put this in a comment.

Andrew Bartlett
source4/utils/testparm.c