1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-07 00:58:40 +03:00
Tim Potter 3b23695db6 Simplify some return values in gencache functions:
-	return ret == 0 ? True : False;
+	return ret == 0;

and

-	return tdb_close(cache) ? False : True;
+	return tdb_close(cache) != -1;
(This used to be commit 026b988b132ec76fdd3821639960658e1d36cd43)
2003-02-14 05:07:05 +00:00
..
2003-02-10 09:16:05 +00:00
2002-12-12 20:52:21 +00:00
2001-10-03 13:05:59 +00:00
2003-01-02 09:07:17 +00:00
2003-02-09 12:26:58 +00:00
2001-12-09 17:06:45 +00:00
2002-08-22 17:46:25 +00:00
2003-02-13 19:42:50 +00:00
2002-12-28 13:42:54 +00:00
2003-02-11 02:29:04 +00:00
2003-01-02 09:07:17 +00:00
2003-02-06 09:54:51 +00:00
2002-01-09 06:35:45 +00:00
Doc
2003-02-13 01:05:56 +00:00