r25554: Convert last instances of BOOL, True and False to the standard types.
[kamenim/samba.git] / source4 / torture / basic / utable.c
index 52babe4d5397df757dbfb3259aae05a3ba7d5df4..82511aa8f97b1bae7857c29f4053f24e0e0028da 100644 (file)
@@ -166,7 +166,7 @@ bool torture_casetable(struct torture_context *tctx,
                                torture_comment(tctx, "too many chars match?? size=%d c=0x%04x\n",
                                       (int)size, c);
                                smbcli_close(cli->tree, fnum);
-                               return False;
+                               return false;
                        }
 
                        smbcli_read(cli->tree, fnum, c2, 0, size);