Let winbind depend directly on libnet rather than through the ejs bindings.
[samba.git] / source4 / lib / appweb / mpr / var.h
index 1f142d604d719cdb850786531a347e63f36da597..98313c0476e80ad19e672247b74bb8771bb6ebd1 100644 (file)
@@ -299,7 +299,7 @@ typedef struct MprVar {
 #if 0 && !BLD_DEBUG && !LINUX && !VXWORKS
        union {
 #endif
-               int                             boolean;                                /* Use int for speed */
+               bool                    boolean;
 #if BLD_FEATURE_FLOATING_POINT
                double                  floating;
 #endif