r25554: Convert last instances of BOOL, True and False to the standard types.
[jra/samba/.git] / source4 / scripting / ejs / smbcalls_ldb.c
index 42105e7965e116a537fb33246499fa777169cd3c..04162830b4dbcbb740205fa1f6e755b65d67b01e 100644 (file)
@@ -483,7 +483,7 @@ static int ejs_ldbClose(MprVarHandle eid, int argc, struct MprVar **argv)
        }
 
        mprSetThisPtr(eid, "db", NULL);
-       mpr_Return(eid, mprCreateBoolVar(True));
+       mpr_Return(eid, mprCreateBoolVar(true));
        return 0;
 }